Html Css Color HEX #EA5900 Persimmon

📋 copy color: '#EA5900'

red 234 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #EA5900

Tints of Persimmon #EA5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.45%
G = 27.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA5900 (or 0xEA5900) is known color: Persimmon. HEX triplet: EA, 59 and 00. RGB value is (234,89,0). Sum of RGB (Red+Green+Blue) = 234+89+0=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5900 is #15A6FF. Grayscale: #7A7A7A. Windows color (decimal): -1419008 or 23018. OLE color: 23018.

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

Color convert

RGB 234 89 0 -
CMYK 0 0.62 1 0.08
HSL 22.82º 1% 0.46% -
HSV(B) 22.82º 1% 0.92% -
XYZ 37.5 24.64 2.78 -
YUV 122.21 59.04 207.74 -
System Red Green Blue C M Y K H S L
Decimal 234 89 0 0 0.62 1 0.08 22.82 1 0.46
Hex EA 59 0 0 3E 64 8 17 64 2E
Octal 352 131 0 0 76 144 10 27 144 56
Binary 11101010 1011001 0 0 111110 1100100 1000 10111 1100100 101110

Color Harmonies of #EA5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5900

Black with #EA5900

Text Example


Text Example

White with #EA5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5900; }

 p { color: rgb(234,89,0); }

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

background-color css

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

 a { background-color: rgb(234,89,0); }

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

border-color css

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

 span { border-color: rgb(234,89,0); }

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