Html Css Color HEX #EA5505 Persimmon

📋 copy color: '#EA5505'

red 234 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #EA5505

Tints of Persimmon #EA5505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 72.22%
G = 26.23%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA5505 (or 0xEA5505) is known color: Persimmon. HEX triplet: EA, 55 and 05. RGB value is (234,85,5). Sum of RGB (Red+Green+Blue) = 234+85+5=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5505 is #15AAFA. Grayscale: #787878. Windows color (decimal): -1420027 or 349674. OLE color: 349674.

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

Color convert

RGB 234 85 5 -
CMYK 0 0.64 0.98 0.08
HSL 20.96º 0.96% 0.47% -
HSV(B) 20.96º 0.98% 0.92% -
XYZ 37.21 24 2.82 -
YUV 120.43 62.86 209 -
System Red Green Blue C M Y K H S L
Decimal 234 85 5 0 0.64 0.98 0.08 20.96 0.96 0.47
Hex EA 55 5 0 40 62 8 15 60 2F
Octal 352 125 5 0 100 142 10 25 140 57
Binary 11101010 1010101 101 0 1000000 1100010 1000 10101 1100000 101111

Color Harmonies of #EA5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5505

Black with #EA5505

Text Example


Text Example

White with #EA5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5505; }

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

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

background-color css

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

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

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

border-color css

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

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

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