Html Css Color HEX #EAA510 Gamboge

📋 copy color: '#EAA510'

red 234 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #EAA510

Tints of Gamboge #EAA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 56.39%
G = 39.76%
B = 3.86%

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

#EAA510 (or 0xEAA510) is known color: Gamboge. HEX triplet: EA, A5 and 10. RGB value is (234,165,16). Sum of RGB (Red+Green+Blue) = 234+165+16=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA510 is #155AEF. Grayscale: #A9A9A9. Windows color (decimal): -1399536 or 1091050. OLE color: 1091050.

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

Color convert

RGB 234 165 16 -
CMYK 0 0.29 0.93 0.08
HSL 41.01º 0.87% 0.49% -
HSV(B) 41.01º 0.93% 0.92% -
XYZ 47.48 44.44 6.57 -
YUV 168.65 41.86 174.62 -
System Red Green Blue C M Y K H S L
Decimal 234 165 16 0 0.29 0.93 0.08 41.01 0.87 0.49
Hex EA A5 10 0 1D 5D 8 29 57 31
Octal 352 245 20 0 35 135 10 51 127 61
Binary 11101010 10100101 10000 0 11101 1011101 1000 101001 1010111 110001

Color Harmonies of #EAA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA510

Black with #EAA510

Text Example


Text Example

White with #EAA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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