Html Css Color HEX #EEA111 Gamboge

📋 copy color: '#EEA111'

red 238 ◦ green 161 ◦ blue 17

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

Shades of Gamboge #EEA111

Tints of Gamboge #EEA111

RGB

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

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

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

R = 57.21%
G = 38.7%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EEA111 (or 0xEEA111) is known color: Gamboge. HEX triplet: EE, A1 and 11. RGB value is (238,161,17). Sum of RGB (Red+Green+Blue) = 238+161+17=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA111 is #115EEE. Grayscale: #A8A8A8. Windows color (decimal): -1138415 or 1155566. OLE color: 1155566.

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

Color convert

RGB 238 161 17 -
CMYK 0 0.32 0.93 0.07
HSL 39.1º 0.87% 0.5% -
HSV(B) 39.1º 0.93% 0.93% -
XYZ 48.11 43.71 6.43 -
YUV 167.61 43.01 178.21 -
System Red Green Blue C M Y K H S L
Decimal 238 161 17 0 0.32 0.93 0.07 39.1 0.87 0.5
Hex EE A1 11 0 20 5D 7 27 57 32
Octal 356 241 21 0 40 135 7 47 127 62
Binary 11101110 10100001 10001 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #EEA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA111

Black with #EEA111

Text Example


Text Example

White with #EEA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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