Html Css Color HEX #EE5508 Persimmon

📋 copy color: '#EE5508'

red 238 ◦ green 85 ◦ blue 8

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

Shades of Persimmon #EE5508

Tints of Persimmon #EE5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 71.9%
G = 25.68%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE5508 (or 0xEE5508) is known color: Persimmon. HEX triplet: EE, 55 and 08. RGB value is (238,85,8). Sum of RGB (Red+Green+Blue) = 238+85+8=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5508 is #11AAF7. Grayscale: #7A7A7A. Windows color (decimal): -1157880 or 546286. OLE color: 546286.

HSL color Cylindrical-coordinate representation of color #EE5508: hue angle of 20.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE5508 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 85 8 -
CMYK 0 0.64 0.97 0.07
HSL 20.09º 0.93% 0.48% -
HSV(B) 20.09º 0.97% 0.93% -
XYZ 38.55 24.69 2.96 -
YUV 121.97 63.69 210.76 -
System Red Green Blue C M Y K H S L
Decimal 238 85 8 0 0.64 0.97 0.07 20.09 0.93 0.48
Hex EE 55 8 0 40 61 7 14 5D 30
Octal 356 125 10 0 100 141 7 24 135 60
Binary 11101110 1010101 1000 0 1000000 1100001 111 10100 1011101 110000

Color Harmonies of #EE5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5508

Black with #EE5508

Text Example


Text Example

White with #EE5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5508; }

 p { color: rgb(238,85,8); }

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

background-color css

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

 a { background-color: rgb(238,85,8); }

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

border-color css

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

 span { border-color: rgb(238,85,8); }

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