Html Css Color HEX #EA5117 Persimmon

📋 copy color: '#EA5117'

red 234 ◦ green 81 ◦ blue 23

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

Shades of Persimmon #EA5117

Tints of Persimmon #EA5117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

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

R = 69.23%
G = 23.96%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA5117 (or 0xEA5117) is known color: Persimmon. HEX triplet: EA, 51 and 17. RGB value is (234,81,23). Sum of RGB (Red+Green+Blue) = 234+81+23=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5117 is #15AEE8. Grayscale: #787878. Windows color (decimal): -1421033 or 1528298. OLE color: 1528298.

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

Color convert

RGB 234 81 23 -
CMYK 0 0.65 0.90 0.08
HSL 16.49º 0.83% 0.5% -
HSV(B) 16.49º 0.9% 0.92% -
XYZ 37.03 23.44 3.38 -
YUV 120.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 234 81 23 0 0.65 0.90 0.08 16.49 0.83 0.5
Hex EA 51 17 0 41 5A 8 10 53 32
Octal 352 121 27 0 101 132 10 20 123 62
Binary 11101010 1010001 10111 0 1000001 1011010 1000 10000 1010011 110010

Color Harmonies of #EA5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5117

Black with #EA5117

Text Example


Text Example

White with #EA5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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