Html Css Color HEX #EE5234 Cinnabar

📋 copy color: '#EE5234'

red 238 ◦ green 82 ◦ blue 52

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

Shades of Cinnabar #EE5234

Tints of Cinnabar #EE5234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 63.98%
G = 22.04%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE5234 (or 0xEE5234) is known color: Cinnabar. HEX triplet: EE, 52 and 34. RGB value is (238,82,52). Sum of RGB (Red+Green+Blue) = 238+82+52=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5234 is #11ADCB. Grayscale: #7D7D7D. Windows color (decimal): -1158604 or 3429102. OLE color: 3429102.

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

Color convert

RGB 238 82 52 -
CMYK 0 0.66 0.78 0.07
HSL 9.68º 0.85% 0.57% -
HSV(B) 9.68º 0.78% 0.93% -
XYZ 38.9 24.46 5.92 -
YUV 125.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 238 82 52 0 0.66 0.78 0.07 9.68 0.85 0.57
Hex EE 52 34 0 42 4E 7 A 55 39
Octal 356 122 64 0 102 116 7 12 125 71
Binary 11101110 1010010 110100 0 1000010 1001110 111 1010 1010101 111001

Color Harmonies of #EE5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5234

Black with #EE5234

Text Example


Text Example

White with #EE5234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5234; }

 p { color: rgb(238,82,52); }

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

background-color css

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

 a { background-color: rgb(238,82,52); }

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

border-color css

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

 span { border-color: rgb(238,82,52); }

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