Html Css Color HEX #EAA611 Gamboge

📋 copy color: '#EAA611'

red 234 ◦ green 166 ◦ blue 17

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

Shades of Gamboge #EAA611

Tints of Gamboge #EAA611

RGB

 RED value IS 234 (91.8% from 255) = 56.12%

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

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

R = 56.12%
G = 39.81%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAA611 (or 0xEAA611) is known color: Gamboge. HEX triplet: EA, A6 and 11. RGB value is (234,166,17). Sum of RGB (Red+Green+Blue) = 234+166+17=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA611 is #1559EE. Grayscale: #AAAAAA. Windows color (decimal): -1399279 or 1156842. OLE color: 1156842.

HSL color Cylindrical-coordinate representation of color #EAA611: hue angle of 41.2º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAA611 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 17 -
CMYK 0 0.29 0.93 0.08
HSL 41.2º 0.86% 0.49% -
HSV(B) 41.2º 0.93% 0.92% -
XYZ 47.67 44.81 6.67 -
YUV 169.35 42.03 174.12 -
System Red Green Blue C M Y K H S L
Decimal 234 166 17 0 0.29 0.93 0.08 41.2 0.86 0.49
Hex EA A6 11 0 1D 5D 8 29 56 31
Octal 352 246 21 0 35 135 10 51 126 61
Binary 11101010 10100110 10001 0 11101 1011101 1000 101001 1010110 110001

Color Harmonies of #EAA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA611

Black with #EAA611

Text Example


Text Example

White with #EAA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA611; }

 p { color: rgb(234,166,17); }

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

background-color css

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

 a { background-color: rgb(234,166,17); }

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

border-color css

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

 span { border-color: rgb(234,166,17); }

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