Html Css Color HEX #EA5601 Persimmon

📋 copy color: '#EA5601'

red 234 ◦ green 86 ◦ blue 1

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

Shades of Persimmon #EA5601

Tints of Persimmon #EA5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 72.9%
G = 26.79%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA5601 (or 0xEA5601) is known color: Persimmon. HEX triplet: EA, 56 and 01. RGB value is (234,86,1). Sum of RGB (Red+Green+Blue) = 234+86+1=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5601 is #15A9FE. Grayscale: #797979. Windows color (decimal): -1419775 or 87786. OLE color: 87786.

HSL color Cylindrical-coordinate representation of color #EA5601: hue angle of 21.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA5601 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 1 -
CMYK 0 0.63 1.00 0.08
HSL 21.89º 0.99% 0.46% -
HSV(B) 21.89º 1% 0.92% -
XYZ 37.26 24.15 2.73 -
YUV 120.56 60.53 208.91 -
System Red Green Blue C M Y K H S L
Decimal 234 86 1 0 0.63 1.00 0.08 21.89 0.99 0.46
Hex EA 56 1 0 3F 64 8 16 63 2E
Octal 352 126 1 0 77 144 10 26 143 56
Binary 11101010 1010110 1 0 111111 1100100 1000 10110 1100011 101110

Color Harmonies of #EA5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5601

Black with #EA5601

Text Example


Text Example

White with #EA5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5601; }

 p { color: rgb(234,86,1); }

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

background-color css

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

 a { background-color: rgb(234,86,1); }

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

border-color css

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

 span { border-color: rgb(234,86,1); }

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