Html Css Color HEX #EAA503 Gamboge

📋 copy color: '#EAA503'

red 234 ◦ green 165 ◦ blue 3

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

Shades of Gamboge #EAA503

Tints of Gamboge #EAA503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 58.21%
G = 41.04%
B = 0.75%

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

#EAA503 (or 0xEAA503) is known color: Gamboge. HEX triplet: EA, A5 and 03. RGB value is (234,165,3). Sum of RGB (Red+Green+Blue) = 234+165+3=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA503 is #155AFC. Grayscale: #A7A7A7. Windows color (decimal): -1399549 or 239082. OLE color: 239082.

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

Color convert

RGB 234 165 3 -
CMYK 0 0.29 0.99 0.08
HSL 42.08º 0.97% 0.46% -
HSV(B) 42.08º 0.99% 0.92% -
XYZ 47.4 44.41 6.16 -
YUV 167.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 234 165 3 0 0.29 0.99 0.08 42.08 0.97 0.46
Hex EA A5 3 0 1D 63 8 2A 61 2E
Octal 352 245 3 0 35 143 10 52 141 56
Binary 11101010 10100101 11 0 11101 1100011 1000 101010 1100001 101110

Color Harmonies of #EAA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA503

Black with #EAA503

Text Example


Text Example

White with #EAA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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