Html Css Color HEX #EAA705 Gamboge

📋 copy color: '#EAA705'

red 234 ◦ green 167 ◦ blue 5

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

Shades of Gamboge #EAA705

Tints of Gamboge #EAA705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 57.64%
G = 41.13%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA705 (or 0xEAA705) is known color: Gamboge. HEX triplet: EA, A7 and 05. RGB value is (234,167,5). Sum of RGB (Red+Green+Blue) = 234+167+5=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA705 is #1558FA. Grayscale: #A9A9A9. Windows color (decimal): -1399035 or 370666. OLE color: 370666.

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

Color convert

RGB 234 167 5 -
CMYK 0 0.29 0.98 0.08
HSL 42.45º 0.96% 0.47% -
HSV(B) 42.45º 0.98% 0.92% -
XYZ 47.78 45.14 6.34 -
YUV 168.57 35.7 174.67 -
System Red Green Blue C M Y K H S L
Decimal 234 167 5 0 0.29 0.98 0.08 42.45 0.96 0.47
Hex EA A7 5 0 1D 62 8 2A 60 2F
Octal 352 247 5 0 35 142 10 52 140 57
Binary 11101010 10100111 101 0 11101 1100010 1000 101010 1100000 101111

Color Harmonies of #EAA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA705

Black with #EAA705

Text Example


Text Example

White with #EAA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA705; }

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

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

background-color css

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

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

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

border-color css

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

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

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