Html Css Color HEX #EAA003 Gamboge

📋 copy color: '#EAA003'

red 234 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #EAA003

Tints of Gamboge #EAA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

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

R = 58.94%
G = 40.3%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAA003 (or 0xEAA003) is known color: Gamboge. HEX triplet: EA, A0 and 03. RGB value is (234,160,3). Sum of RGB (Red+Green+Blue) = 234+160+3=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA003 is #155FFC. Grayscale: #A4A4A4. Windows color (decimal): -1400829 or 237802. OLE color: 237802.

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

Color convert

RGB 234 160 3 -
CMYK 0 0.32 0.99 0.08
HSL 40.78º 0.97% 0.46% -
HSV(B) 40.78º 0.99% 0.92% -
XYZ 46.52 42.64 5.86 -
YUV 164.23 37.02 177.77 -
System Red Green Blue C M Y K H S L
Decimal 234 160 3 0 0.32 0.99 0.08 40.78 0.97 0.46
Hex EA A0 3 0 20 63 8 29 61 2E
Octal 352 240 3 0 40 143 10 51 141 56
Binary 11101010 10100000 11 0 100000 1100011 1000 101001 1100001 101110

Color Harmonies of #EAA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA003

Black with #EAA003

Text Example


Text Example

White with #EAA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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