Html Css Color HEX #EE522D Cinnabar

📋 copy color: '#EE522D'

red 238 ◦ green 82 ◦ blue 45

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

Shades of Cinnabar #EE522D

Tints of Cinnabar #EE522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 65.21%
G = 22.47%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE522D (or 0xEE522D) is known color: Cinnabar. HEX triplet: EE, 52 and 2D. RGB value is (238,82,45). Sum of RGB (Red+Green+Blue) = 238+82+45=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE522D is #11ADD2. Grayscale: #7C7C7C. Windows color (decimal): -1158611 or 2970350. OLE color: 2970350.

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

Color convert

RGB 238 82 45 -
CMYK 0 0.66 0.81 0.07
HSL 11.5º 0.85% 0.55% -
HSV(B) 11.5º 0.81% 0.93% -
XYZ 38.75 24.4 5.15 -
YUV 124.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 238 82 45 0 0.66 0.81 0.07 11.5 0.85 0.55
Hex EE 52 2D 0 42 51 7 C 55 37
Octal 356 122 55 0 102 121 7 14 125 67
Binary 11101110 1010010 101101 0 1000010 1010001 111 1100 1010101 110111

Color Harmonies of #EE522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE522D

Black with #EE522D

Text Example


Text Example

White with #EE522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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