Html Css Color HEX #EE5615 Persimmon

📋 copy color: '#EE5615'

red 238 ◦ green 86 ◦ blue 21

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

Shades of Persimmon #EE5615

Tints of Persimmon #EE5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 68.99%
G = 24.93%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE5615 (or 0xEE5615) is known color: Persimmon. HEX triplet: EE, 56 and 15. RGB value is (238,86,21). Sum of RGB (Red+Green+Blue) = 238+86+21=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5615 is #11A9EA. Grayscale: #7C7C7C. Windows color (decimal): -1157611 or 1398510. OLE color: 1398510.

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

Color convert

RGB 238 86 21 -
CMYK 0 0.64 0.91 0.07
HSL 17.97º 0.86% 0.51% -
HSV(B) 17.97º 0.91% 0.93% -
XYZ 38.72 24.89 3.47 -
YUV 124.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 238 86 21 0 0.64 0.91 0.07 17.97 0.86 0.51
Hex EE 56 15 0 40 5B 7 12 56 33
Octal 356 126 25 0 100 133 7 22 126 63
Binary 11101110 1010110 10101 0 1000000 1011011 111 10010 1010110 110011

Color Harmonies of #EE5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5615

Black with #EE5615

Text Example


Text Example

White with #EE5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5615; }

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

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

background-color css

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

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

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

border-color css

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

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

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