Html Css Color HEX #E7AA04 Gamboge

📋 copy color: '#E7AA04'

red 231 ◦ green 170 ◦ blue 4

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

Shades of Gamboge #E7AA04

Tints of Gamboge #E7AA04

RGB

 RED value IS 231 (90.63% from 255) = 57.04%

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 57.04%
G = 41.98%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E7AA04 (or 0xE7AA04) is known color: Gamboge. HEX triplet: E7, AA and 04. RGB value is (231,170,4). Sum of RGB (Red+Green+Blue) = 231+170+4=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AA04 is #1855FB. Grayscale: #AAAAAA. Windows color (decimal): -1594876 or 305895. OLE color: 305895.

HSL color Cylindrical-coordinate representation of color #E7AA04: hue angle of 43.88º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7AA04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 170 4 -
CMYK 0 0.26 0.98 0.09
HSL 43.88º 0.97% 0.46% -
HSV(B) 43.88º 0.98% 0.91% -
XYZ 47.35 45.75 6.45 -
YUV 169.32 34.71 172 -
System Red Green Blue C M Y K H S L
Decimal 231 170 4 0 0.26 0.98 0.09 43.88 0.97 0.46
Hex E7 AA 4 0 1A 62 9 2C 61 2E
Octal 347 252 4 0 32 142 11 54 141 56
Binary 11100111 10101010 100 0 11010 1100010 1001 101100 1100001 101110

Color Harmonies of #E7AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AA04

Black with #E7AA04

Text Example


Text Example

White with #E7AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AA04; }

 p { color: rgb(231,170,4); }

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

background-color css

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

 a { background-color: rgb(231,170,4); }

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

border-color css

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

 span { border-color: rgb(231,170,4); }

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