Html Css Color HEX #EAA304 Gamboge

📋 copy color: '#EAA304'

red 234 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #EAA304

Tints of Gamboge #EAA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 58.35%
G = 40.65%
B = 1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA304 (or 0xEAA304) is known color: Gamboge. HEX triplet: EA, A3 and 04. RGB value is (234,163,4). Sum of RGB (Red+Green+Blue) = 234+163+4=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA304 is #155CFB. Grayscale: #A6A6A6. Windows color (decimal): -1400060 or 304106. OLE color: 304106.

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

Color convert

RGB 234 163 4 -
CMYK 0 0.30 0.98 0.08
HSL 41.48º 0.97% 0.47% -
HSV(B) 41.48º 0.98% 0.92% -
XYZ 47.05 43.7 6.07 -
YUV 166.1 36.52 176.43 -
System Red Green Blue C M Y K H S L
Decimal 234 163 4 0 0.30 0.98 0.08 41.48 0.97 0.47
Hex EA A3 4 0 1E 62 8 29 61 2F
Octal 352 243 4 0 36 142 10 51 141 57
Binary 11101010 10100011 100 0 11110 1100010 1000 101001 1100001 101111

Color Harmonies of #EAA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA304

Black with #EAA304

Text Example


Text Example

White with #EAA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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