Html Css Color HEX #EE5037 Cinnabar

📋 copy color: '#EE5037'

red 238 ◦ green 80 ◦ blue 55

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

Shades of Cinnabar #EE5037

Tints of Cinnabar #EE5037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.75%

R = 63.81%
G = 21.45%
B = 14.75%

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

#EE5037 (or 0xEE5037) is known color: Cinnabar. HEX triplet: EE, 50 and 37. RGB value is (238,80,55). Sum of RGB (Red+Green+Blue) = 238+80+55=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5037 is #11AFC8. Grayscale: #7C7C7C. Windows color (decimal): -1159113 or 3625198. OLE color: 3625198.

HSL color Cylindrical-coordinate representation of color #EE5037: hue angle of 8.2º 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 #EE5037 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 55 -
CMYK 0 0.66 0.77 0.07
HSL 8.2º 0.84% 0.57% -
HSV(B) 8.2º 0.77% 0.93% -
XYZ 38.82 24.19 6.24 -
YUV 124.39 88.85 209.03 -
System Red Green Blue C M Y K H S L
Decimal 238 80 55 0 0.66 0.77 0.07 8.2 0.84 0.57
Hex EE 50 37 0 42 4D 7 8 54 39
Octal 356 120 67 0 102 115 7 10 124 71
Binary 11101110 1010000 110111 0 1000010 1001101 111 1000 1010100 111001

Color Harmonies of #EE5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5037

Black with #EE5037

Text Example


Text Example

White with #EE5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5037; }

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

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

background-color css

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

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

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

border-color css

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

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

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