Html Css Color HEX #EE502B Cinnabar

📋 copy color: '#EE502B'

red 238 ◦ green 80 ◦ blue 43

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

Shades of Cinnabar #EE502B

Tints of Cinnabar #EE502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 65.93%
G = 22.16%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE502B (or 0xEE502B) is known color: Cinnabar. HEX triplet: EE, 50 and 2B. RGB value is (238,80,43). Sum of RGB (Red+Green+Blue) = 238+80+43=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE502B is #11AFD4. Grayscale: #7B7B7B. Windows color (decimal): -1159125 or 2838766. OLE color: 2838766.

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

Color convert

RGB 238 80 43 -
CMYK 0 0.66 0.82 0.07
HSL 11.38º 0.85% 0.55% -
HSV(B) 11.38º 0.82% 0.93% -
XYZ 38.56 24.09 4.9 -
YUV 123.02 82.85 210.01 -
System Red Green Blue C M Y K H S L
Decimal 238 80 43 0 0.66 0.82 0.07 11.38 0.85 0.55
Hex EE 50 2B 0 42 52 7 B 55 37
Octal 356 120 53 0 102 122 7 13 125 67
Binary 11101110 1010000 101011 0 1000010 1010010 111 1011 1010101 110111

Color Harmonies of #EE502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE502B

Black with #EE502B

Text Example


Text Example

White with #EE502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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