Html Css Color HEX #EA5902 Persimmon

📋 copy color: '#EA5902'

red 234 ◦ green 89 ◦ blue 2

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

Shades of Persimmon #EA5902

Tints of Persimmon #EA5902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 72%
G = 27.38%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA5902 (or 0xEA5902) is known color: Persimmon. HEX triplet: EA, 59 and 02. RGB value is (234,89,2). Sum of RGB (Red+Green+Blue) = 234+89+2=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5902 is #15A6FD. Grayscale: #7A7A7A. Windows color (decimal): -1419006 or 154090. OLE color: 154090.

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

Color convert

RGB 234 89 2 -
CMYK 0 0.62 0.99 0.08
HSL 22.5º 0.98% 0.46% -
HSV(B) 22.5º 0.99% 0.92% -
XYZ 37.52 24.64 2.84 -
YUV 122.44 60.04 207.57 -
System Red Green Blue C M Y K H S L
Decimal 234 89 2 0 0.62 0.99 0.08 22.5 0.98 0.46
Hex EA 59 2 0 3E 63 8 16 62 2E
Octal 352 131 2 0 76 143 10 26 142 56
Binary 11101010 1011001 10 0 111110 1100011 1000 10110 1100010 101110

Color Harmonies of #EA5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5902

Black with #EA5902

Text Example


Text Example

White with #EA5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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