Html Css Color HEX #E6A301 Gamboge

📋 copy color: '#E6A301'

red 230 ◦ green 163 ◦ blue 1

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

Shades of Gamboge #E6A301

Tints of Gamboge #E6A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.38%
G = 41.37%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E6A301 (or 0xE6A301) is known color: Gamboge. HEX triplet: E6, A3 and 01. RGB value is (230,163,1). Sum of RGB (Red+Green+Blue) = 230+163+1=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A301 is #195CFE. Grayscale: #A5A5A5. Windows color (decimal): -1662207 or 107494. OLE color: 107494.

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

Color convert

RGB 230 163 1 -
CMYK 0 0.29 1.00 0.10
HSL 42.45º 0.99% 0.45% -
HSV(B) 42.45º 1% 0.9% -
XYZ 45.74 43.02 5.92 -
YUV 164.57 35.7 174.67 -
System Red Green Blue C M Y K H S L
Decimal 230 163 1 0 0.29 1.00 0.10 42.45 0.99 0.45
Hex E6 A3 1 0 1D 64 A 2A 63 2D
Octal 346 243 1 0 35 144 12 52 143 55
Binary 11100110 10100011 1 0 11101 1100100 1010 101010 1100011 101101

Color Harmonies of #E6A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A301

Black with #E6A301

Text Example


Text Example

White with #E6A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A301; }

 p { color: rgb(230,163,1); }

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

background-color css

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

 a { background-color: rgb(230,163,1); }

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

border-color css

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

 span { border-color: rgb(230,163,1); }

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