Html Css Color HEX #EAA703 Gamboge

📋 copy color: '#EAA703'

red 234 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #EAA703

Tints of Gamboge #EAA703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

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

R = 57.92%
G = 41.34%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAA703 (or 0xEAA703) is known color: Gamboge. HEX triplet: EA, A7 and 03. RGB value is (234,167,3). Sum of RGB (Red+Green+Blue) = 234+167+3=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA703 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA703 is #1558FC. Grayscale: #A9A9A9. Windows color (decimal): -1399037 or 239594. OLE color: 239594.

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

Color convert

RGB 234 167 3 -
CMYK 0 0.29 0.99 0.08
HSL 42.6º 0.97% 0.46% -
HSV(B) 42.6º 0.99% 0.92% -
XYZ 47.77 45.14 6.28 -
YUV 168.34 34.7 174.84 -
System Red Green Blue C M Y K H S L
Decimal 234 167 3 0 0.29 0.99 0.08 42.6 0.97 0.46
Hex EA A7 3 0 1D 63 8 2B 61 2E
Octal 352 247 3 0 35 143 10 53 141 56
Binary 11101010 10100111 11 0 11101 1100011 1000 101011 1100001 101110

Color Harmonies of #EAA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA703

Black with #EAA703

Text Example


Text Example

White with #EAA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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