Html Css Color HEX #EA5502 Persimmon

📋 copy color: '#EA5502'

red 234 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #EA5502

Tints of Persimmon #EA5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 72.9%
G = 26.48%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA5502 (or 0xEA5502) is known color: Persimmon. HEX triplet: EA, 55 and 02. RGB value is (234,85,2). Sum of RGB (Red+Green+Blue) = 234+85+2=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5502 is #15AAFD. Grayscale: #787878. Windows color (decimal): -1420030 or 153066. OLE color: 153066.

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

Color convert

RGB 234 85 2 -
CMYK 0 0.64 0.99 0.08
HSL 21.47º 0.98% 0.46% -
HSV(B) 21.47º 0.99% 0.92% -
XYZ 37.19 23.99 2.73 -
YUV 120.09 61.36 209.25 -
System Red Green Blue C M Y K H S L
Decimal 234 85 2 0 0.64 0.99 0.08 21.47 0.98 0.46
Hex EA 55 2 0 40 63 8 15 62 2E
Octal 352 125 2 0 100 143 10 25 142 56
Binary 11101010 1010101 10 0 1000000 1100011 1000 10101 1100010 101110

Color Harmonies of #EA5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5502

Black with #EA5502

Text Example


Text Example

White with #EA5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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