Html Css Color HEX #EE5C15 Persimmon

📋 copy color: '#EE5C15'

red 238 ◦ green 92 ◦ blue 21

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

Shades of Persimmon #EE5C15

Tints of Persimmon #EE5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 67.81%
G = 26.21%
B = 5.98%

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

#EE5C15 (or 0xEE5C15) is known color: Persimmon. HEX triplet: EE, 5C and 15. RGB value is (238,92,21). Sum of RGB (Red+Green+Blue) = 238+92+21=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5C15 is #11A3EA. Grayscale: #7F7F7F. Windows color (decimal): -1156075 or 1400046. OLE color: 1400046.

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

Color convert

RGB 238 92 21 -
CMYK 0 0.61 0.91 0.07
HSL 19.63º 0.86% 0.51% -
HSV(B) 19.63º 0.91% 0.93% -
XYZ 39.22 25.89 3.64 -
YUV 127.56 67.87 206.77 -
System Red Green Blue C M Y K H S L
Decimal 238 92 21 0 0.61 0.91 0.07 19.63 0.86 0.51
Hex EE 5C 15 0 3D 5B 7 14 56 33
Octal 356 134 25 0 75 133 7 24 126 63
Binary 11101110 1011100 10101 0 111101 1011011 111 10100 1010110 110011

Color Harmonies of #EE5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5C15

Black with #EE5C15

Text Example


Text Example

White with #EE5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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