Html Css Color HEX #EE5115 Persimmon

📋 copy color: '#EE5115'

red 238 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #EE5115

Tints of Persimmon #EE5115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 70%
G = 23.82%
B = 6.18%

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

#EE5115 (or 0xEE5115) is known color: Persimmon. HEX triplet: EE, 51 and 15. RGB value is (238,81,21). Sum of RGB (Red+Green+Blue) = 238+81+21=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5115 is #11AEEA. Grayscale: #797979. Windows color (decimal): -1158891 or 1397230. OLE color: 1397230.

HSL color Cylindrical-coordinate representation of color #EE5115: hue angle of 16.59º 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 #EE5115 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 81 21 -
CMYK 0 0.66 0.91 0.07
HSL 16.59º 0.86% 0.51% -
HSV(B) 16.59º 0.91% 0.93% -
XYZ 38.34 24.12 3.34 -
YUV 121.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 238 81 21 0 0.66 0.91 0.07 16.59 0.86 0.51
Hex EE 51 15 0 42 5B 7 11 56 33
Octal 356 121 25 0 102 133 7 21 126 63
Binary 11101110 1010001 10101 0 1000010 1011011 111 10001 1010110 110011

Color Harmonies of #EE5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5115

Black with #EE5115

Text Example


Text Example

White with #EE5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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