Html Css Color HEX #EA4F08 Persimmon

📋 copy color: '#EA4F08'

red 234 ◦ green 79 ◦ blue 8

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

Shades of Persimmon #EA4F08

Tints of Persimmon #EA4F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 72.9%
G = 24.61%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA4F08 (or 0xEA4F08) is known color: Persimmon. HEX triplet: EA, 4F and 08. RGB value is (234,79,8). Sum of RGB (Red+Green+Blue) = 234+79+8=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4F08 is #15B0F7. Grayscale: #757575. Windows color (decimal): -1421560 or 544746. OLE color: 544746.

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

Color convert

RGB 234 79 8 -
CMYK 0 0.66 0.97 0.08
HSL 18.85º 0.93% 0.47% -
HSV(B) 18.85º 0.97% 0.92% -
XYZ 36.77 23.1 2.75 -
YUV 117.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 234 79 8 0 0.66 0.97 0.08 18.85 0.93 0.47
Hex EA 4F 8 0 42 61 8 13 5D 2F
Octal 352 117 10 0 102 141 10 23 135 57
Binary 11101010 1001111 1000 0 1000010 1100001 1000 10011 1011101 101111

Color Harmonies of #EA4F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F08

Black with #EA4F08

Text Example


Text Example

White with #EA4F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F08; }

 p { color: rgb(234,79,8); }

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

background-color css

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

 a { background-color: rgb(234,79,8); }

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

border-color css

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

 span { border-color: rgb(234,79,8); }

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