Html Css Color HEX #E6A400 Gamboge

📋 copy color: '#E6A400'

red 230 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #E6A400

Tints of Gamboge #E6A400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.38%
G = 41.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E6A400 (or 0xE6A400) is known color: Gamboge. HEX triplet: E6, A4 and 00. RGB value is (230,164,0). Sum of RGB (Red+Green+Blue) = 230+164+0=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A400 is #195BFF. Grayscale: #A5A5A5. Windows color (decimal): -1661952 or 42214. OLE color: 42214.

HSL color Cylindrical-coordinate representation of color #E6A400: hue angle of 42.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6A400 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 0 -
CMYK 0 0.29 1 0.10
HSL 42.78º 1% 0.45% -
HSV(B) 42.78º 1% 0.9% -
XYZ 45.91 43.37 5.95 -
YUV 165.04 34.87 174.34 -
System Red Green Blue C M Y K H S L
Decimal 230 164 0 0 0.29 1 0.10 42.78 1 0.45
Hex E6 A4 0 0 1D 64 A 2B 64 2D
Octal 346 244 0 0 35 144 12 53 144 55
Binary 11100110 10100100 0 0 11101 1100100 1010 101011 1100100 101101

Color Harmonies of #E6A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A400

Black with #E6A400

Text Example


Text Example

White with #E6A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A400; }

 p { color: rgb(230,164,0); }

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

background-color css

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

 a { background-color: rgb(230,164,0); }

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

border-color css

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

 span { border-color: rgb(230,164,0); }

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