Html Css Color HEX #EA6112 Persimmon

📋 copy color: '#EA6112'

red 234 ◦ green 97 ◦ blue 18

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

Shades of Persimmon #EA6112

Tints of Persimmon #EA6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 67.05%
G = 27.79%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA6112 (or 0xEA6112) is known color: Persimmon. HEX triplet: EA, 61 and 12. RGB value is (234,97,18). Sum of RGB (Red+Green+Blue) = 234+97+18=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6112 is #159EED. Grayscale: #818181. Windows color (decimal): -1416942 or 1204714. OLE color: 1204714.

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

Color convert

RGB 234 97 18 -
CMYK 0 0.59 0.92 0.08
HSL 21.94º 0.86% 0.49% -
HSV(B) 21.94º 0.92% 0.92% -
XYZ 38.32 26.09 3.59 -
YUV 128.96 65.39 202.92 -
System Red Green Blue C M Y K H S L
Decimal 234 97 18 0 0.59 0.92 0.08 21.94 0.86 0.49
Hex EA 61 12 0 3B 5C 8 16 56 31
Octal 352 141 22 0 73 134 10 26 126 61
Binary 11101010 1100001 10010 0 111011 1011100 1000 10110 1010110 110001

Color Harmonies of #EA6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6112

Black with #EA6112

Text Example


Text Example

White with #EA6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6112; }

 p { color: rgb(234,97,18); }

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

background-color css

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

 a { background-color: rgb(234,97,18); }

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

border-color css

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

 span { border-color: rgb(234,97,18); }

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