Html Css Color HEX #EAA602 Gamboge

📋 copy color: '#EAA602'

red 234 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #EAA602

Tints of Gamboge #EAA602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 58.21%
G = 41.29%
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

#EAA602 (or 0xEAA602) is known color: Gamboge. HEX triplet: EA, A6 and 02. RGB value is (234,166,2). Sum of RGB (Red+Green+Blue) = 234+166+2=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA602 is #1559FD. Grayscale: #A8A8A8. Windows color (decimal): -1399294 or 173802. OLE color: 173802.

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

Color convert

RGB 234 166 2 -
CMYK 0 0.29 0.99 0.08
HSL 42.41º 0.98% 0.46% -
HSV(B) 42.41º 0.99% 0.92% -
XYZ 47.58 44.77 6.19 -
YUV 167.64 34.53 175.34 -
System Red Green Blue C M Y K H S L
Decimal 234 166 2 0 0.29 0.99 0.08 42.41 0.98 0.46
Hex EA A6 2 0 1D 63 8 2A 62 2E
Octal 352 246 2 0 35 143 10 52 142 56
Binary 11101010 10100110 10 0 11101 1100011 1000 101010 1100010 101110

Color Harmonies of #EAA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA602

Black with #EAA602

Text Example


Text Example

White with #EAA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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