Html Css Color HEX #EAA302 Gamboge

📋 copy color: '#EAA302'

red 234 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #EAA302

Tints of Gamboge #EAA302

RGB

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

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

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

R = 58.65%
G = 40.85%
B = 0.5%

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

#EAA302 (or 0xEAA302) is known color: Gamboge. HEX triplet: EA, A3 and 02. RGB value is (234,163,2). Sum of RGB (Red+Green+Blue) = 234+163+2=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA302 is #155CFD. Grayscale: #A6A6A6. Windows color (decimal): -1400062 or 173034. OLE color: 173034.

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

Color convert

RGB 234 163 2 -
CMYK 0 0.30 0.99 0.08
HSL 41.64º 0.98% 0.46% -
HSV(B) 41.64º 0.99% 0.92% -
XYZ 47.04 43.69 6.01 -
YUV 165.88 35.52 176.59 -
System Red Green Blue C M Y K H S L
Decimal 234 163 2 0 0.30 0.99 0.08 41.64 0.98 0.46
Hex EA A3 2 0 1E 63 8 2A 62 2E
Octal 352 243 2 0 36 143 10 52 142 56
Binary 11101010 10100011 10 0 11110 1100011 1000 101010 1100010 101110

Color Harmonies of #EAA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA302

Black with #EAA302

Text Example


Text Example

White with #EAA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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