Html Css Color HEX #EAAA07 Gamboge

📋 copy color: '#EAAA07'

red 234 ◦ green 170 ◦ blue 7

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

Shades of Gamboge #EAAA07

Tints of Gamboge #EAAA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 56.93%
G = 41.36%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAAA07 (or 0xEAAA07) is known color: Gamboge. HEX triplet: EA, AA and 07. RGB value is (234,170,7). Sum of RGB (Red+Green+Blue) = 234+170+7=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA07 is #1555F8. Grayscale: #ABABAB. Windows color (decimal): -1398265 or 502506. OLE color: 502506.

HSL color Cylindrical-coordinate representation of color #EAAA07: hue angle of 43.08º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAAA07 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 7 -
CMYK 0 0.27 0.97 0.08
HSL 43.08º 0.94% 0.47% -
HSV(B) 43.08º 0.97% 0.92% -
XYZ 48.34 46.26 6.58 -
YUV 170.55 35.7 173.25 -
System Red Green Blue C M Y K H S L
Decimal 234 170 7 0 0.27 0.97 0.08 43.08 0.94 0.47
Hex EA AA 7 0 1B 61 8 2B 5E 2F
Octal 352 252 7 0 33 141 10 53 136 57
Binary 11101010 10101010 111 0 11011 1100001 1000 101011 1011110 101111

Color Harmonies of #EAAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA07

Black with #EAAA07

Text Example


Text Example

White with #EAAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA07; }

 p { color: rgb(234,170,7); }

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

background-color css

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

 a { background-color: rgb(234,170,7); }

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

border-color css

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

 span { border-color: rgb(234,170,7); }

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