Html Css Color HEX #EA5610 Persimmon

📋 copy color: '#EA5610'

red 234 ◦ green 86 ◦ blue 16

#EA5610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EA5610

Tints of Persimmon #EA5610

RGB

 RED value IS 234 (91.8% from 255) = 69.64%

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 69.64%
G = 25.6%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA5610 (or 0xEA5610) is known color: Persimmon. HEX triplet: EA, 56 and 10. RGB value is (234,86,16). Sum of RGB (Red+Green+Blue) = 234+86+16=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5610 is #15A9EF. Grayscale: #7A7A7A. Windows color (decimal): -1419760 or 1070826. OLE color: 1070826.

HSL color Cylindrical-coordinate representation of color #EA5610: hue angle of 19.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA5610 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 16 -
CMYK 0 0.63 0.93 0.08
HSL 19.27º 0.87% 0.49% -
HSV(B) 19.27º 0.93% 0.92% -
XYZ 37.35 24.19 3.19 -
YUV 122.27 68.03 207.69 -
System Red Green Blue C M Y K H S L
Decimal 234 86 16 0 0.63 0.93 0.08 19.27 0.87 0.49
Hex EA 56 10 0 3F 5D 8 13 57 31
Octal 352 126 20 0 77 135 10 23 127 61
Binary 11101010 1010110 10000 0 111111 1011101 1000 10011 1010111 110001

Color Harmonies of #EA5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5610

Black with #EA5610

Text Example


Text Example

White with #EA5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5610; }

 p { color: rgb(234,86,16); }

 H1.HeaderClassName
 {
   color: #EA5610;
 }
 .AnyTagClassName
 {
   color: #EA5610;
 }
</style>

background-color css

<style>
 a { background-color: #EA5610; }

 a { background-color: rgb(234,86,16); }

 div.DivClassName
 {
   background-color: #EA5610;
 }
 .BgClassName
 {
   background-color: #EA5610;
 }
</style>

border-color css

<style>
 span { border-color: #EA5610; }

 span { border-color: rgb(234,86,16); }

 td.TdClassName
 {
   border-color: #EA5610;
 }
 .TagClassName
 {
   border-color: #EA5610;
 }
</style>