Html Css Color HEX #EA5504 Persimmon

📋 copy color: '#EA5504'

red 234 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #EA5504

Tints of Persimmon #EA5504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 72.45%
G = 26.32%
B = 1.24%

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

#EA5504 (or 0xEA5504) is known color: Persimmon. HEX triplet: EA, 55 and 04. RGB value is (234,85,4). Sum of RGB (Red+Green+Blue) = 234+85+4=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5504 is #15AAFB. Grayscale: #787878. Windows color (decimal): -1420028 or 284138. OLE color: 284138.

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

Color convert

RGB 234 85 4 -
CMYK 0 0.64 0.98 0.08
HSL 21.13º 0.97% 0.47% -
HSV(B) 21.13º 0.98% 0.92% -
XYZ 37.2 24 2.79 -
YUV 120.32 62.36 209.09 -
System Red Green Blue C M Y K H S L
Decimal 234 85 4 0 0.64 0.98 0.08 21.13 0.97 0.47
Hex EA 55 4 0 40 62 8 15 61 2F
Octal 352 125 4 0 100 142 10 25 141 57
Binary 11101010 1010101 100 0 1000000 1100010 1000 10101 1100001 101111

Color Harmonies of #EA5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5504

Black with #EA5504

Text Example


Text Example

White with #EA5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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