Html Css Color HEX #EE5116 Persimmon

📋 copy color: '#EE5116'

red 238 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #EE5116

Tints of Persimmon #EE5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 69.79%
G = 23.75%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE5116 (or 0xEE5116) is known color: Persimmon. HEX triplet: EE, 51 and 16. RGB value is (238,81,22). Sum of RGB (Red+Green+Blue) = 238+81+22=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5116 is #11AEE9. Grayscale: #797979. Windows color (decimal): -1158890 or 1462766. OLE color: 1462766.

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

Color convert

RGB 238 81 22 -
CMYK 0 0.66 0.91 0.07
HSL 16.39º 0.86% 0.51% -
HSV(B) 16.39º 0.91% 0.93% -
XYZ 38.35 24.12 3.39 -
YUV 121.22 72.01 211.3 -
System Red Green Blue C M Y K H S L
Decimal 238 81 22 0 0.66 0.91 0.07 16.39 0.86 0.51
Hex EE 51 16 0 42 5B 7 10 56 33
Octal 356 121 26 0 102 133 7 20 126 63
Binary 11101110 1010001 10110 0 1000010 1011011 111 10000 1010110 110011

Color Harmonies of #EE5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5116

Black with #EE5116

Text Example


Text Example

White with #EE5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5116; }

 p { color: rgb(238,81,22); }

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

background-color css

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

 a { background-color: rgb(238,81,22); }

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

border-color css

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

 span { border-color: rgb(238,81,22); }

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