Html Css Color HEX #EEA108 Gamboge

📋 copy color: '#EEA108'

red 238 ◦ green 161 ◦ blue 8

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

Shades of Gamboge #EEA108

Tints of Gamboge #EEA108

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 58.48%
G = 39.56%
B = 1.97%

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

#EEA108 (or 0xEEA108) is known color: Gamboge. HEX triplet: EE, A1 and 08. RGB value is (238,161,8). Sum of RGB (Red+Green+Blue) = 238+161+8=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA108 is #115EF7. Grayscale: #A7A7A7. Windows color (decimal): -1138424 or 565742. OLE color: 565742.

HSL color Cylindrical-coordinate representation of color #EEA108: hue angle of 39.91º degrees, saturation: 0.93, 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 #EEA108 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 8 -
CMYK 0 0.32 0.97 0.07
HSL 39.91º 0.93% 0.48% -
HSV(B) 39.91º 0.97% 0.93% -
XYZ 48.05 43.68 6.13 -
YUV 166.58 38.51 178.94 -
System Red Green Blue C M Y K H S L
Decimal 238 161 8 0 0.32 0.97 0.07 39.91 0.93 0.48
Hex EE A1 8 0 20 61 7 28 5D 30
Octal 356 241 10 0 40 141 7 50 135 60
Binary 11101110 10100001 1000 0 100000 1100001 111 101000 1011101 110000

Color Harmonies of #EEA108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA108

Black with #EEA108

Text Example


Text Example

White with #EEA108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA108; }

 p { color: rgb(238,161,8); }

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

background-color css

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

 a { background-color: rgb(238,161,8); }

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

border-color css

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

 span { border-color: rgb(238,161,8); }

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