Html Css Color HEX #EA5005 Persimmon

📋 copy color: '#EA5005'

red 234 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #EA5005

Tints of Persimmon #EA5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 73.35%
G = 25.08%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA5005 (or 0xEA5005) is known color: Persimmon. HEX triplet: EA, 50 and 05. RGB value is (234,80,5). Sum of RGB (Red+Green+Blue) = 234+80+5=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5005 is #15AFFA. Grayscale: #757575. Windows color (decimal): -1421307 or 348394. OLE color: 348394.

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

Color convert

RGB 234 80 5 -
CMYK 0 0.66 0.98 0.08
HSL 19.65º 0.96% 0.47% -
HSV(B) 19.65º 0.98% 0.92% -
XYZ 36.83 23.24 2.69 -
YUV 117.5 64.52 211.1 -
System Red Green Blue C M Y K H S L
Decimal 234 80 5 0 0.66 0.98 0.08 19.65 0.96 0.47
Hex EA 50 5 0 42 62 8 14 60 2F
Octal 352 120 5 0 102 142 10 24 140 57
Binary 11101010 1010000 101 0 1000010 1100010 1000 10100 1100000 101111

Color Harmonies of #EA5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5005

Black with #EA5005

Text Example


Text Example

White with #EA5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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