Html Css Color HEX #EE5227 Cinnabar

📋 copy color: '#EE5227'

red 238 ◦ green 82 ◦ blue 39

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

Shades of Cinnabar #EE5227

Tints of Cinnabar #EE5227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 66.3%
G = 22.84%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE5227 (or 0xEE5227) is known color: Cinnabar. HEX triplet: EE, 52 and 27. RGB value is (238,82,39). Sum of RGB (Red+Green+Blue) = 238+82+39=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5227 is #11ADD8. Grayscale: #7C7C7C. Windows color (decimal): -1158617 or 2577134. OLE color: 2577134.

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

Color convert

RGB 238 82 39 -
CMYK 0 0.66 0.84 0.07
HSL 12.96º 0.85% 0.54% -
HSV(B) 12.96º 0.84% 0.93% -
XYZ 38.64 24.36 4.58 -
YUV 123.74 80.18 209.5 -
System Red Green Blue C M Y K H S L
Decimal 238 82 39 0 0.66 0.84 0.07 12.96 0.85 0.54
Hex EE 52 27 0 42 54 7 D 55 36
Octal 356 122 47 0 102 124 7 15 125 66
Binary 11101110 1010010 100111 0 1000010 1010100 111 1101 1010101 110110

Color Harmonies of #EE5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5227

Black with #EE5227

Text Example


Text Example

White with #EE5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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