Html Css Color HEX #EAA811 Gamboge

📋 copy color: '#EAA811'

red 234 ◦ green 168 ◦ blue 17

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

Shades of Gamboge #EAA811

Tints of Gamboge #EAA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

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

R = 55.85%
G = 40.1%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAA811 (or 0xEAA811) is known color: Gamboge. HEX triplet: EA, A8 and 11. RGB value is (234,168,17). Sum of RGB (Red+Green+Blue) = 234+168+17=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA811 is #1557EE. Grayscale: #ABABAB. Windows color (decimal): -1398767 or 1157354. OLE color: 1157354.

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

Color convert

RGB 234 168 17 -
CMYK 0 0.28 0.93 0.08
HSL 41.75º 0.86% 0.49% -
HSV(B) 41.75º 0.93% 0.92% -
XYZ 48.04 45.54 6.79 -
YUV 170.52 41.37 173.28 -
System Red Green Blue C M Y K H S L
Decimal 234 168 17 0 0.28 0.93 0.08 41.75 0.86 0.49
Hex EA A8 11 0 1C 5D 8 2A 56 31
Octal 352 250 21 0 34 135 10 52 126 61
Binary 11101010 10101000 10001 0 11100 1011101 1000 101010 1010110 110001

Color Harmonies of #EAA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA811

Black with #EAA811

Text Example


Text Example

White with #EAA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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