Html Css Color HEX #EE5D15 Persimmon

📋 copy color: '#EE5D15'

red 238 ◦ green 93 ◦ blue 21

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

Shades of Persimmon #EE5D15

Tints of Persimmon #EE5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 67.61%
G = 26.42%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE5D15 (or 0xEE5D15) is known color: Persimmon. HEX triplet: EE, 5D and 15. RGB value is (238,93,21). Sum of RGB (Red+Green+Blue) = 238+93+21=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5D15 is #11A2EA. Grayscale: #808080. Windows color (decimal): -1155819 or 1400302. OLE color: 1400302.

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

Color convert

RGB 238 93 21 -
CMYK 0 0.61 0.91 0.07
HSL 19.91º 0.86% 0.51% -
HSV(B) 19.91º 0.91% 0.93% -
XYZ 39.31 26.06 3.67 -
YUV 128.15 67.54 206.35 -
System Red Green Blue C M Y K H S L
Decimal 238 93 21 0 0.61 0.91 0.07 19.91 0.86 0.51
Hex EE 5D 15 0 3D 5B 7 14 56 33
Octal 356 135 25 0 75 133 7 24 126 63
Binary 11101110 1011101 10101 0 111101 1011011 111 10100 1010110 110011

Color Harmonies of #EE5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5D15

Black with #EE5D15

Text Example


Text Example

White with #EE5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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