Html Css Color HEX #EE5F3C Outrageous Orange

📋 copy color: '#EE5F3C'

red 238 ◦ green 95 ◦ blue 60

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

Shades of Outrageous Orange #EE5F3C

Tints of Outrageous Orange #EE5F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 60.56%
G = 24.17%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE5F3C (or 0xEE5F3C) is known color: Outrageous Orange. HEX triplet: EE, 5F and 3C. RGB value is (238,95,60). Sum of RGB (Red+Green+Blue) = 238+95+60=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5F3C is #11A0C3. Grayscale: #868686. Windows color (decimal): -1155268 or 3956718. OLE color: 3956718.

HSL color Cylindrical-coordinate representation of color #EE5F3C: hue angle of 11.8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE5F3C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 95 60 -
CMYK 0 0.60 0.75 0.07
HSL 11.8º 0.84% 0.58% -
HSV(B) 11.8º 0.75% 0.93% -
XYZ 40.17 26.69 7.31 -
YUV 133.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 238 95 60 0 0.60 0.75 0.07 11.8 0.84 0.58
Hex EE 5F 3C 0 3C 4B 7 C 54 3A
Octal 356 137 74 0 74 113 7 14 124 72
Binary 11101110 1011111 111100 0 111100 1001011 111 1100 1010100 111010

Color Harmonies of #EE5F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F3C

Black with #EE5F3C

Text Example


Text Example

White with #EE5F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5F3C; }

 p { color: rgb(238,95,60); }

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

background-color css

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

 a { background-color: rgb(238,95,60); }

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

border-color css

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

 span { border-color: rgb(238,95,60); }

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