Html Css Color HEX #EAA702 Gamboge

📋 copy color: '#EAA702'

red 234 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #EAA702

Tints of Gamboge #EAA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

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

R = 58.06%
G = 41.44%
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

#EAA702 (or 0xEAA702) is known color: Gamboge. HEX triplet: EA, A7 and 02. RGB value is (234,167,2). Sum of RGB (Red+Green+Blue) = 234+167+2=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA702 is #1558FD. Grayscale: #A8A8A8. Windows color (decimal): -1399038 or 174058. OLE color: 174058.

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

Color convert

RGB 234 167 2 -
CMYK 0 0.29 0.99 0.08
HSL 42.67º 0.98% 0.46% -
HSV(B) 42.67º 0.99% 0.92% -
XYZ 47.76 45.13 6.25 -
YUV 168.22 34.2 174.92 -
System Red Green Blue C M Y K H S L
Decimal 234 167 2 0 0.29 0.99 0.08 42.67 0.98 0.46
Hex EA A7 2 0 1D 63 8 2B 62 2E
Octal 352 247 2 0 35 143 10 53 142 56
Binary 11101010 10100111 10 0 11101 1100011 1000 101011 1100010 101110

Color Harmonies of #EAA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA702

Black with #EAA702

Text Example


Text Example

White with #EAA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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