Html Css Color HEX #EAA905 Gamboge

📋 copy color: '#EAA905'

red 234 ◦ green 169 ◦ blue 5

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

Shades of Gamboge #EAA905

Tints of Gamboge #EAA905

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 57.35%
G = 41.42%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA905 (or 0xEAA905) is known color: Gamboge. HEX triplet: EA, A9 and 05. RGB value is (234,169,5). Sum of RGB (Red+Green+Blue) = 234+169+5=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA905 is #1556FA. Grayscale: #AAAAAA. Windows color (decimal): -1398523 or 371178. OLE color: 371178.

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

Color convert

RGB 234 169 5 -
CMYK 0 0.28 0.98 0.08
HSL 42.97º 0.96% 0.47% -
HSV(B) 42.97º 0.98% 0.92% -
XYZ 48.15 45.88 6.46 -
YUV 169.74 35.03 173.84 -
System Red Green Blue C M Y K H S L
Decimal 234 169 5 0 0.28 0.98 0.08 42.97 0.96 0.47
Hex EA A9 5 0 1C 62 8 2B 60 2F
Octal 352 251 5 0 34 142 10 53 140 57
Binary 11101010 10101001 101 0 11100 1100010 1000 101011 1100000 101111

Color Harmonies of #EAA905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA905

Black with #EAA905

Text Example


Text Example

White with #EAA905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA905; }

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

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

background-color css

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

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

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

border-color css

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

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

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