Html Css Color HEX #EE5505 Persimmon

📋 copy color: '#EE5505'

red 238 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #EE5505

Tints of Persimmon #EE5505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 72.56%
G = 25.91%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE5505 (or 0xEE5505) is known color: Persimmon. HEX triplet: EE, 55 and 05. RGB value is (238,85,5). Sum of RGB (Red+Green+Blue) = 238+85+5=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5505 is #11AAFA. Grayscale: #7A7A7A. Windows color (decimal): -1157883 or 349678. OLE color: 349678.

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

Color convert

RGB 238 85 5 -
CMYK 0 0.64 0.98 0.07
HSL 20.6º 0.96% 0.48% -
HSV(B) 20.6º 0.98% 0.93% -
XYZ 38.54 24.69 2.88 -
YUV 121.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 238 85 5 0 0.64 0.98 0.07 20.6 0.96 0.48
Hex EE 55 5 0 40 62 7 15 60 30
Octal 356 125 5 0 100 142 7 25 140 60
Binary 11101110 1010101 101 0 1000000 1100010 111 10101 1100000 110000

Color Harmonies of #EE5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5505

Black with #EE5505

Text Example


Text Example

White with #EE5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5505; }

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

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

background-color css

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

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

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

border-color css

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

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

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