Html Css Color HEX #EA6413 Persimmon

📋 copy color: '#EA6413'

red 234 ◦ green 100 ◦ blue 19

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

Shades of Persimmon #EA6413

Tints of Persimmon #EA6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 66.29%
G = 28.33%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA6413 (or 0xEA6413) is known color: Persimmon. HEX triplet: EA, 64 and 13. RGB value is (234,100,19). Sum of RGB (Red+Green+Blue) = 234+100+19=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6413 is #159BEC. Grayscale: #838383. Windows color (decimal): -1416173 or 1271018. OLE color: 1271018.

HSL color Cylindrical-coordinate representation of color #EA6413: hue angle of 22.6º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA6413 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 19 -
CMYK 0 0.57 0.92 0.08
HSL 22.6º 0.85% 0.5% -
HSV(B) 22.6º 0.92% 0.92% -
XYZ 38.61 26.65 3.73 -
YUV 130.83 64.89 201.59 -
System Red Green Blue C M Y K H S L
Decimal 234 100 19 0 0.57 0.92 0.08 22.6 0.85 0.5
Hex EA 64 13 0 39 5C 8 17 55 32
Octal 352 144 23 0 71 134 10 27 125 62
Binary 11101010 1100100 10011 0 111001 1011100 1000 10111 1010101 110010

Color Harmonies of #EA6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6413

Black with #EA6413

Text Example


Text Example

White with #EA6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6413; }

 p { color: rgb(234,100,19); }

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

background-color css

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

 a { background-color: rgb(234,100,19); }

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

border-color css

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

 span { border-color: rgb(234,100,19); }

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