Html Css Color HEX #EAA502 Gamboge

📋 copy color: '#EAA502'

red 234 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #EAA502

Tints of Gamboge #EAA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 58.35%
G = 41.15%
B = 0.5%

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

#EAA502 (or 0xEAA502) is known color: Gamboge. HEX triplet: EA, A5 and 02. RGB value is (234,165,2). Sum of RGB (Red+Green+Blue) = 234+165+2=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA502 is #155AFD. Grayscale: #A7A7A7. Windows color (decimal): -1399550 or 173546. OLE color: 173546.

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

Color convert

RGB 234 165 2 -
CMYK 0 0.29 0.99 0.08
HSL 42.16º 0.98% 0.46% -
HSV(B) 42.16º 0.99% 0.92% -
XYZ 47.4 44.41 6.13 -
YUV 167.05 34.86 175.75 -
System Red Green Blue C M Y K H S L
Decimal 234 165 2 0 0.29 0.99 0.08 42.16 0.98 0.46
Hex EA A5 2 0 1D 63 8 2A 62 2E
Octal 352 245 2 0 35 143 10 52 142 56
Binary 11101010 10100101 10 0 11101 1100011 1000 101010 1100010 101110

Color Harmonies of #EAA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA502

Black with #EAA502

Text Example


Text Example

White with #EAA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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