Html Css Color HEX #EE5015 Persimmon

📋 copy color: '#EE5015'

red 238 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #EE5015

Tints of Persimmon #EE5015

RGB

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

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

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

R = 70.21%
G = 23.6%
B = 6.19%

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

#EE5015 (or 0xEE5015) is known color: Persimmon. HEX triplet: EE, 50 and 15. RGB value is (238,80,21). Sum of RGB (Red+Green+Blue) = 238+80+21=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5015 is #11AFEA. Grayscale: #787878. Windows color (decimal): -1159147 or 1396974. OLE color: 1396974.

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

Color convert

RGB 238 80 21 -
CMYK 0 0.66 0.91 0.07
HSL 16.31º 0.86% 0.51% -
HSV(B) 16.31º 0.91% 0.93% -
XYZ 38.26 23.97 3.32 -
YUV 120.52 71.85 211.8 -
System Red Green Blue C M Y K H S L
Decimal 238 80 21 0 0.66 0.91 0.07 16.31 0.86 0.51
Hex EE 50 15 0 42 5B 7 10 56 33
Octal 356 120 25 0 102 133 7 20 126 63
Binary 11101110 1010000 10101 0 1000010 1011011 111 10000 1010110 110011

Color Harmonies of #EE5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5015

Black with #EE5015

Text Example


Text Example

White with #EE5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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