Html Css Color HEX #EE9211 Gamboge

📋 copy color: '#EE9211'

red 238 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #EE9211

Tints of Gamboge #EE9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 59.35%
G = 36.41%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE9211 (or 0xEE9211) is known color: Gamboge. HEX triplet: EE, 92 and 11. RGB value is (238,146,17). Sum of RGB (Red+Green+Blue) = 238+146+17=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9211 is #116DEE. Grayscale: #9F9F9F. Windows color (decimal): -1142255 or 1151726. OLE color: 1151726.

HSL color Cylindrical-coordinate representation of color #EE9211: hue angle of 35.02º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE9211 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 17 -
CMYK 0 0.39 0.93 0.07
HSL 35.02º 0.87% 0.5% -
HSV(B) 35.02º 0.93% 0.93% -
XYZ 45.64 38.78 5.61 -
YUV 158.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 238 146 17 0 0.39 0.93 0.07 35.02 0.87 0.5
Hex EE 92 11 0 27 5D 7 23 57 32
Octal 356 222 21 0 47 135 7 43 127 62
Binary 11101110 10010010 10001 0 100111 1011101 111 100011 1010111 110010

Color Harmonies of #EE9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9211

Black with #EE9211

Text Example


Text Example

White with #EE9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9211; }

 p { color: rgb(238,146,17); }

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

background-color css

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

 a { background-color: rgb(238,146,17); }

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

border-color css

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

 span { border-color: rgb(238,146,17); }

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