Html Css Color HEX #EEA60B Gamboge

📋 copy color: '#EEA60B'

red 238 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #EEA60B

Tints of Gamboge #EEA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

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

R = 57.35%
G = 40%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA60B (or 0xEEA60B) is known color: Gamboge. HEX triplet: EE, A6 and 0B. RGB value is (238,166,11). Sum of RGB (Red+Green+Blue) = 238+166+11=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA60B is #1159F4. Grayscale: #AAAAAA. Windows color (decimal): -1137141 or 763630. OLE color: 763630.

HSL color Cylindrical-coordinate representation of color #EEA60B: hue angle of 40.97º 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 #EEA60B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 11 -
CMYK 0 0.30 0.95 0.07
HSL 40.97º 0.91% 0.49% -
HSV(B) 40.97º 0.95% 0.93% -
XYZ 48.96 45.47 6.51 -
YUV 169.86 38.35 176.6 -
System Red Green Blue C M Y K H S L
Decimal 238 166 11 0 0.30 0.95 0.07 40.97 0.91 0.49
Hex EE A6 B 0 1E 5F 7 29 5B 31
Octal 356 246 13 0 36 137 7 51 133 61
Binary 11101110 10100110 1011 0 11110 1011111 111 101001 1011011 110001

Color Harmonies of #EEA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA60B

Black with #EEA60B

Text Example


Text Example

White with #EEA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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