Html Css Color HEX #EEA20B Gamboge

📋 copy color: '#EEA20B'

red 238 ◦ green 162 ◦ blue 11

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

Shades of Gamboge #EEA20B

Tints of Gamboge #EEA20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 57.91%
G = 39.42%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA20B (or 0xEEA20B) is known color: Gamboge. HEX triplet: EE, A2 and 0B. RGB value is (238,162,11). Sum of RGB (Red+Green+Blue) = 238+162+11=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA20B is #115DF4. Grayscale: #A8A8A8. Windows color (decimal): -1138165 or 762606. OLE color: 762606.

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

Color convert

RGB 238 162 11 -
CMYK 0 0.32 0.95 0.07
HSL 39.91º 0.91% 0.49% -
HSV(B) 39.91º 0.95% 0.93% -
XYZ 48.24 44.04 6.28 -
YUV 167.51 39.68 178.28 -
System Red Green Blue C M Y K H S L
Decimal 238 162 11 0 0.32 0.95 0.07 39.91 0.91 0.49
Hex EE A2 B 0 20 5F 7 28 5B 31
Octal 356 242 13 0 40 137 7 50 133 61
Binary 11101110 10100010 1011 0 100000 1011111 111 101000 1011011 110001

Color Harmonies of #EEA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA20B

Black with #EEA20B

Text Example


Text Example

White with #EEA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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