Html Css Color HEX #EAA310 Gamboge

📋 copy color: '#EAA310'

red 234 ◦ green 163 ◦ blue 16

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

Shades of Gamboge #EAA310

Tints of Gamboge #EAA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.47%

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

R = 56.66%
G = 39.47%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAA310 (or 0xEAA310) is known color: Gamboge. HEX triplet: EA, A3 and 10. RGB value is (234,163,16). Sum of RGB (Red+Green+Blue) = 234+163+16=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA310 is #155CEF. Grayscale: #A8A8A8. Windows color (decimal): -1400048 or 1090538. OLE color: 1090538.

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

Color convert

RGB 234 163 16 -
CMYK 0 0.30 0.93 0.08
HSL 40.46º 0.87% 0.49% -
HSV(B) 40.46º 0.93% 0.92% -
XYZ 47.12 43.72 6.45 -
YUV 167.47 42.52 175.45 -
System Red Green Blue C M Y K H S L
Decimal 234 163 16 0 0.30 0.93 0.08 40.46 0.87 0.49
Hex EA A3 10 0 1E 5D 8 28 57 31
Octal 352 243 20 0 36 135 10 50 127 61
Binary 11101010 10100011 10000 0 11110 1011101 1000 101000 1010111 110001

Color Harmonies of #EAA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA310

Black with #EAA310

Text Example


Text Example

White with #EAA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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