Html Css Color HEX #EE552C Outrageous Orange

📋 copy color: '#EE552C'

red 238 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #EE552C

Tints of Outrageous Orange #EE552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 64.85%
G = 23.16%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE552C (or 0xEE552C) is known color: Outrageous Orange. HEX triplet: EE, 55 and 2C. RGB value is (238,85,44). Sum of RGB (Red+Green+Blue) = 238+85+44=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE552C is #11AAD3. Grayscale: #7E7E7E. Windows color (decimal): -1157844 or 2905582. OLE color: 2905582.

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

Color convert

RGB 238 85 44 -
CMYK 0 0.64 0.82 0.07
HSL 12.68º 0.85% 0.55% -
HSV(B) 12.68º 0.82% 0.93% -
XYZ 38.96 24.86 5.13 -
YUV 126.07 81.69 207.83 -
System Red Green Blue C M Y K H S L
Decimal 238 85 44 0 0.64 0.82 0.07 12.68 0.85 0.55
Hex EE 55 2C 0 40 52 7 D 55 37
Octal 356 125 54 0 100 122 7 15 125 67
Binary 11101110 1010101 101100 0 1000000 1010010 111 1101 1010101 110111

Color Harmonies of #EE552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE552C

Black with #EE552C

Text Example


Text Example

White with #EE552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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