Html Css Color HEX #EAA903 Gamboge

📋 copy color: '#EAA903'

red 234 ◦ green 169 ◦ blue 3

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

Shades of Gamboge #EAA903

Tints of Gamboge #EAA903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 57.64%
G = 41.63%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAA903 (or 0xEAA903) is known color: Gamboge. HEX triplet: EA, A9 and 03. RGB value is (234,169,3). Sum of RGB (Red+Green+Blue) = 234+169+3=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA903 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA903 is #1556FC. Grayscale: #AAAAAA. Windows color (decimal): -1398525 or 240106. OLE color: 240106.

HSL color Cylindrical-coordinate representation of color #EAA903: hue angle of 43.12º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAA903 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 3 -
CMYK 0 0.28 0.99 0.08
HSL 43.12º 0.97% 0.46% -
HSV(B) 43.12º 0.99% 0.92% -
XYZ 48.14 45.87 6.4 -
YUV 169.51 34.03 174 -
System Red Green Blue C M Y K H S L
Decimal 234 169 3 0 0.28 0.99 0.08 43.12 0.97 0.46
Hex EA A9 3 0 1C 63 8 2B 61 2E
Octal 352 251 3 0 34 143 10 53 141 56
Binary 11101010 10101001 11 0 11100 1100011 1000 101011 1100001 101110

Color Harmonies of #EAA903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA903

Black with #EAA903

Text Example


Text Example

White with #EAA903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA903; }

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

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

background-color css

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

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

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

border-color css

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

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

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