Html Css Color HEX #EA5017 Persimmon

📋 copy color: '#EA5017'

red 234 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #EA5017

Tints of Persimmon #EA5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 69.44%
G = 23.74%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA5017 (or 0xEA5017) is known color: Persimmon. HEX triplet: EA, 50 and 17. RGB value is (234,80,23). Sum of RGB (Red+Green+Blue) = 234+80+23=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5017 is #15AFE8. Grayscale: #777777. Windows color (decimal): -1421289 or 1528042. OLE color: 1528042.

HSL color Cylindrical-coordinate representation of color #EA5017: hue angle of 16.21º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA5017 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 23 -
CMYK 0 0.66 0.90 0.08
HSL 16.21º 0.83% 0.5% -
HSV(B) 16.21º 0.9% 0.92% -
XYZ 36.96 23.29 3.36 -
YUV 119.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 234 80 23 0 0.66 0.90 0.08 16.21 0.83 0.5
Hex EA 50 17 0 42 5A 8 10 53 32
Octal 352 120 27 0 102 132 10 20 123 62
Binary 11101010 1010000 10111 0 1000010 1011010 1000 10000 1010011 110010

Color Harmonies of #EA5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5017

Black with #EA5017

Text Example


Text Example

White with #EA5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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