Html Css Color HEX #EAA709 Gamboge

📋 copy color: '#EAA709'

red 234 ◦ green 167 ◦ blue 9

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

Shades of Gamboge #EAA709

Tints of Gamboge #EAA709

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 57.07%
G = 40.73%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAA709 (or 0xEAA709) is known color: Gamboge. HEX triplet: EA, A7 and 09. RGB value is (234,167,9). Sum of RGB (Red+Green+Blue) = 234+167+9=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA709 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA709 is #1558F6. Grayscale: #A9A9A9. Windows color (decimal): -1399031 or 632810. OLE color: 632810.

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

Color convert

RGB 234 167 9 -
CMYK 0 0.29 0.96 0.08
HSL 42.13º 0.93% 0.48% -
HSV(B) 42.13º 0.96% 0.92% -
XYZ 47.8 45.15 6.45 -
YUV 169.02 37.7 174.35 -
System Red Green Blue C M Y K H S L
Decimal 234 167 9 0 0.29 0.96 0.08 42.13 0.93 0.48
Hex EA A7 9 0 1D 60 8 2A 5D 30
Octal 352 247 11 0 35 140 10 52 135 60
Binary 11101010 10100111 1001 0 11101 1100000 1000 101010 1011101 110000

Color Harmonies of #EAA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA709

Black with #EAA709

Text Example


Text Example

White with #EAA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA709; }

 p { color: rgb(234,167,9); }

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

background-color css

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

 a { background-color: rgb(234,167,9); }

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

border-color css

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

 span { border-color: rgb(234,167,9); }

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