Html Css Color HEX #EEA206 Gamboge

📋 copy color: '#EEA206'

red 238 ◦ green 162 ◦ blue 6

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

Shades of Gamboge #EEA206

Tints of Gamboge #EEA206

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 58.62%
G = 39.9%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEA206 (or 0xEEA206) is known color: Gamboge. HEX triplet: EE, A2 and 06. RGB value is (238,162,6). Sum of RGB (Red+Green+Blue) = 238+162+6=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA206 is #115DF9. Grayscale: #A7A7A7. Windows color (decimal): -1138170 or 434926. OLE color: 434926.

HSL color Cylindrical-coordinate representation of color #EEA206: hue angle of 40.34º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA206 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 6 -
CMYK 0 0.32 0.97 0.07
HSL 40.34º 0.95% 0.48% -
HSV(B) 40.34º 0.97% 0.93% -
XYZ 48.21 44.03 6.13 -
YUV 166.94 37.18 178.68 -
System Red Green Blue C M Y K H S L
Decimal 238 162 6 0 0.32 0.97 0.07 40.34 0.95 0.48
Hex EE A2 6 0 20 61 7 28 5F 30
Octal 356 242 6 0 40 141 7 50 137 60
Binary 11101110 10100010 110 0 100000 1100001 111 101000 1011111 110000

Color Harmonies of #EEA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA206

Black with #EEA206

Text Example


Text Example

White with #EEA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA206; }

 p { color: rgb(238,162,6); }

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

background-color css

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

 a { background-color: rgb(238,162,6); }

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

border-color css

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

 span { border-color: rgb(238,162,6); }

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