Html Css Color HEX #EE5018 Persimmon

📋 copy color: '#EE5018'

red 238 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #EE5018

Tints of Persimmon #EE5018

RGB

 RED value IS 238 (93.36% from 255) = 69.59%

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

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 69.59%
G = 23.39%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE5018 (or 0xEE5018) is known color: Persimmon. HEX triplet: EE, 50 and 18. RGB value is (238,80,24). Sum of RGB (Red+Green+Blue) = 238+80+24=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5018 is #11AFE7. Grayscale: #797979. Windows color (decimal): -1159144 or 1593582. OLE color: 1593582.

HSL color Cylindrical-coordinate representation of color #EE5018: hue angle of 15.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE5018 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 24 -
CMYK 0 0.66 0.90 0.07
HSL 15.7º 0.86% 0.51% -
HSV(B) 15.7º 0.9% 0.93% -
XYZ 38.29 23.98 3.47 -
YUV 120.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 238 80 24 0 0.66 0.90 0.07 15.7 0.86 0.51
Hex EE 50 18 0 42 5A 7 10 56 33
Octal 356 120 30 0 102 132 7 20 126 63
Binary 11101110 1010000 11000 0 1000010 1011010 111 10000 1010110 110011

Color Harmonies of #EE5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5018

Black with #EE5018

Text Example


Text Example

White with #EE5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5018; }

 p { color: rgb(238,80,24); }

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

background-color css

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

 a { background-color: rgb(238,80,24); }

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

border-color css

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

 span { border-color: rgb(238,80,24); }

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