Html Css Color HEX #EA5A08 Persimmon

📋 copy color: '#EA5A08'

red 234 ◦ green 90 ◦ blue 8

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

Shades of Persimmon #EA5A08

Tints of Persimmon #EA5A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 70.48%
G = 27.11%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA5A08 (or 0xEA5A08) is known color: Persimmon. HEX triplet: EA, 5A and 08. RGB value is (234,90,8). Sum of RGB (Red+Green+Blue) = 234+90+8=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5A08 is #15A5F7. Grayscale: #7C7C7C. Windows color (decimal): -1418744 or 547562. OLE color: 547562.

HSL color Cylindrical-coordinate representation of color #EA5A08: hue angle of 21.77º 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 #EA5A08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 90 8 -
CMYK 0 0.62 0.97 0.08
HSL 21.77º 0.93% 0.47% -
HSV(B) 21.77º 0.97% 0.92% -
XYZ 37.63 24.82 3.04 -
YUV 123.71 62.71 206.67 -
System Red Green Blue C M Y K H S L
Decimal 234 90 8 0 0.62 0.97 0.08 21.77 0.93 0.47
Hex EA 5A 8 0 3E 61 8 16 5D 2F
Octal 352 132 10 0 76 141 10 26 135 57
Binary 11101010 1011010 1000 0 111110 1100001 1000 10110 1011101 101111

Color Harmonies of #EA5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A08

Black with #EA5A08

Text Example


Text Example

White with #EA5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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