Html Css Color HEX #EAA303 Gamboge

📋 copy color: '#EAA303'

red 234 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #EAA303

Tints of Gamboge #EAA303

RGB

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

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

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

R = 58.5%
G = 40.75%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAA303 (or 0xEAA303) is known color: Gamboge. HEX triplet: EA, A3 and 03. RGB value is (234,163,3). Sum of RGB (Red+Green+Blue) = 234+163+3=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA303 is #155CFC. Grayscale: #A6A6A6. Windows color (decimal): -1400061 or 238570. OLE color: 238570.

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

Color convert

RGB 234 163 3 -
CMYK 0 0.30 0.99 0.08
HSL 41.56º 0.97% 0.46% -
HSV(B) 41.56º 0.99% 0.92% -
XYZ 47.05 43.69 6.04 -
YUV 165.99 36.02 176.51 -
System Red Green Blue C M Y K H S L
Decimal 234 163 3 0 0.30 0.99 0.08 41.56 0.97 0.46
Hex EA A3 3 0 1E 63 8 2A 61 2E
Octal 352 243 3 0 36 143 10 52 141 56
Binary 11101010 10100011 11 0 11110 1100011 1000 101010 1100001 101110

Color Harmonies of #EAA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA303

Black with #EAA303

Text Example


Text Example

White with #EAA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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