Html Css Color HEX #E6AA06 Gamboge

📋 copy color: '#E6AA06'

red 230 ◦ green 170 ◦ blue 6

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

Shades of Gamboge #E6AA06

Tints of Gamboge #E6AA06

RGB

 RED value IS 230 (90.23% from 255) = 56.65%

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 56.65%
G = 41.87%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6AA06 (or 0xE6AA06) is known color: Gamboge. HEX triplet: E6, AA and 06. RGB value is (230,170,6). Sum of RGB (Red+Green+Blue) = 230+170+6=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AA06 is #1955F9. Grayscale: #A9A9A9. Windows color (decimal): -1660410 or 436966. OLE color: 436966.

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

Color convert

RGB 230 170 6 -
CMYK 0 0.26 0.97 0.10
HSL 43.93º 0.95% 0.46% -
HSV(B) 43.93º 0.97% 0.9% -
XYZ 47.04 45.59 6.49 -
YUV 169.24 35.88 171.34 -
System Red Green Blue C M Y K H S L
Decimal 230 170 6 0 0.26 0.97 0.10 43.93 0.95 0.46
Hex E6 AA 6 0 1A 61 A 2C 5F 2E
Octal 346 252 6 0 32 141 12 54 137 56
Binary 11100110 10101010 110 0 11010 1100001 1010 101100 1011111 101110

Color Harmonies of #E6AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA06

Black with #E6AA06

Text Example


Text Example

White with #E6AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA06; }

 p { color: rgb(230,170,6); }

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

background-color css

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

 a { background-color: rgb(230,170,6); }

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

border-color css

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

 span { border-color: rgb(230,170,6); }

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