Html Css Color HEX #EAA710 Gamboge

📋 copy color: '#EAA710'

red 234 ◦ green 167 ◦ blue 16

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

Shades of Gamboge #EAA710

Tints of Gamboge #EAA710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.84%

R = 56.12%
G = 40.05%
B = 3.84%

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

#EAA710 (or 0xEAA710) is known color: Gamboge. HEX triplet: EA, A7 and 10. RGB value is (234,167,16). Sum of RGB (Red+Green+Blue) = 234+167+16=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA710 is #1558EF. Grayscale: #AAAAAA. Windows color (decimal): -1399024 or 1091562. OLE color: 1091562.

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

Color convert

RGB 234 167 16 -
CMYK 0 0.29 0.93 0.08
HSL 41.56º 0.87% 0.49% -
HSV(B) 41.56º 0.93% 0.92% -
XYZ 47.84 45.17 6.69 -
YUV 169.82 41.2 173.78 -
System Red Green Blue C M Y K H S L
Decimal 234 167 16 0 0.29 0.93 0.08 41.56 0.87 0.49
Hex EA A7 10 0 1D 5D 8 2A 57 31
Octal 352 247 20 0 35 135 10 52 127 61
Binary 11101010 10100111 10000 0 11101 1011101 1000 101010 1010111 110001

Color Harmonies of #EAA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA710

Black with #EAA710

Text Example


Text Example

White with #EAA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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