Html Css Color HEX #EE5503 Persimmon

📋 copy color: '#EE5503'

red 238 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #EE5503

Tints of Persimmon #EE5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 73.01%
G = 26.07%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE5503 (or 0xEE5503) is known color: Persimmon. HEX triplet: EE, 55 and 03. RGB value is (238,85,3). Sum of RGB (Red+Green+Blue) = 238+85+3=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5503 is #11AAFC. Grayscale: #797979. Windows color (decimal): -1157885 or 218606. OLE color: 218606.

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

Color convert

RGB 238 85 3 -
CMYK 0 0.64 0.99 0.07
HSL 20.94º 0.98% 0.47% -
HSV(B) 20.94º 0.99% 0.93% -
XYZ 38.52 24.68 2.82 -
YUV 121.4 61.19 211.17 -
System Red Green Blue C M Y K H S L
Decimal 238 85 3 0 0.64 0.99 0.07 20.94 0.98 0.47
Hex EE 55 3 0 40 63 7 15 62 2F
Octal 356 125 3 0 100 143 7 25 142 57
Binary 11101110 1010101 11 0 1000000 1100011 111 10101 1100010 101111

Color Harmonies of #EE5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5503

Black with #EE5503

Text Example


Text Example

White with #EE5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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