Html Css Color HEX #EE5036 Cinnabar

📋 copy color: '#EE5036'

red 238 ◦ green 80 ◦ blue 54

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

Shades of Cinnabar #EE5036

Tints of Cinnabar #EE5036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 63.98%
G = 21.51%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EE5036 (or 0xEE5036) is known color: Cinnabar. HEX triplet: EE, 50 and 36. RGB value is (238,80,54). Sum of RGB (Red+Green+Blue) = 238+80+54=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5036 is #11AFC9. Grayscale: #7C7C7C. Windows color (decimal): -1159114 or 3559662. OLE color: 3559662.

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

Color convert

RGB 238 80 54 -
CMYK 0 0.66 0.77 0.07
HSL 8.48º 0.84% 0.57% -
HSV(B) 8.48º 0.77% 0.93% -
XYZ 38.79 24.18 6.11 -
YUV 124.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 238 80 54 0 0.66 0.77 0.07 8.48 0.84 0.57
Hex EE 50 36 0 42 4D 7 8 54 39
Octal 356 120 66 0 102 115 7 10 124 71
Binary 11101110 1010000 110110 0 1000010 1001101 111 1000 1010100 111001

Color Harmonies of #EE5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5036

Black with #EE5036

Text Example


Text Example

White with #EE5036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5036; }

 p { color: rgb(238,80,54); }

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

background-color css

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

 a { background-color: rgb(238,80,54); }

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

border-color css

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

 span { border-color: rgb(238,80,54); }

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