Html Css Color HEX #EA4605 Persimmon

📋 copy color: '#EA4605'

red 234 ◦ green 70 ◦ blue 5

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

Shades of Persimmon #EA4605

Tints of Persimmon #EA4605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 75.73%
G = 22.65%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA4605 (or 0xEA4605) is known color: Persimmon. HEX triplet: EA, 46 and 05. RGB value is (234,70,5). Sum of RGB (Red+Green+Blue) = 234+70+5=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4605 is #15B9FA. Grayscale: #707070. Windows color (decimal): -1423867 or 345834. OLE color: 345834.

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

Color convert

RGB 234 70 5 -
CMYK 0 0.70 0.98 0.08
HSL 17.03º 0.96% 0.47% -
HSV(B) 17.03º 0.98% 0.92% -
XYZ 36.15 21.88 2.46 -
YUV 111.63 67.83 215.29 -
System Red Green Blue C M Y K H S L
Decimal 234 70 5 0 0.70 0.98 0.08 17.03 0.96 0.47
Hex EA 46 5 0 46 62 8 11 60 2F
Octal 352 106 5 0 106 142 10 21 140 57
Binary 11101010 1000110 101 0 1000110 1100010 1000 10001 1100000 101111

Color Harmonies of #EA4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4605

Black with #EA4605

Text Example


Text Example

White with #EA4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4605; }

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

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

background-color css

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

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

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

border-color css

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

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

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