Html Css Color HEX #EA600C Persimmon

📋 copy color: '#EA600C'

red 234 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #EA600C

Tints of Persimmon #EA600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 68.42%
G = 28.07%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA600C (or 0xEA600C) is known color: Persimmon. HEX triplet: EA, 60 and 0C. RGB value is (234,96,12). Sum of RGB (Red+Green+Blue) = 234+96+12=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA600C is #159FF3. Grayscale: #808080. Windows color (decimal): -1417204 or 811242. OLE color: 811242.

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

Color convert

RGB 234 96 12 -
CMYK 0 0.59 0.95 0.08
HSL 22.7º 0.9% 0.48% -
HSV(B) 22.7º 0.95% 0.92% -
XYZ 38.18 25.88 3.33 -
YUV 127.69 62.72 203.83 -
System Red Green Blue C M Y K H S L
Decimal 234 96 12 0 0.59 0.95 0.08 22.7 0.9 0.48
Hex EA 60 C 0 3B 5F 8 17 5A 30
Octal 352 140 14 0 73 137 10 27 132 60
Binary 11101010 1100000 1100 0 111011 1011111 1000 10111 1011010 110000

Color Harmonies of #EA600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA600C

Black with #EA600C

Text Example


Text Example

White with #EA600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA600C; }

 p { color: rgb(234,96,12); }

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

background-color css

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

 a { background-color: rgb(234,96,12); }

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

border-color css

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

 span { border-color: rgb(234,96,12); }

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