Html Css Color HEX #EE552F Outrageous Orange

📋 copy color: '#EE552F'

red 238 ◦ green 85 ◦ blue 47

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

Shades of Outrageous Orange #EE552F

Tints of Outrageous Orange #EE552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 64.32%
G = 22.97%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE552F (or 0xEE552F) is known color: Outrageous Orange. HEX triplet: EE, 55 and 2F. RGB value is (238,85,47). Sum of RGB (Red+Green+Blue) = 238+85+47=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE552F is #11AAD0. Grayscale: #7E7E7E. Windows color (decimal): -1157841 or 3102190. OLE color: 3102190.

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

Color convert

RGB 238 85 47 -
CMYK 0 0.64 0.80 0.07
HSL 11.94º 0.85% 0.56% -
HSV(B) 11.94º 0.8% 0.93% -
XYZ 39.02 24.88 5.43 -
YUV 126.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 238 85 47 0 0.64 0.80 0.07 11.94 0.85 0.56
Hex EE 55 2F 0 40 50 7 C 55 38
Octal 356 125 57 0 100 120 7 14 125 70
Binary 11101110 1010101 101111 0 1000000 1010000 111 1100 1010101 111000

Color Harmonies of #EE552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE552F

Black with #EE552F

Text Example


Text Example

White with #EE552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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