Html Css Color HEX #E6A108 Gamboge

📋 copy color: '#E6A108'

red 230 ◦ green 161 ◦ blue 8

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

Shades of Gamboge #E6A108

Tints of Gamboge #E6A108

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 57.64%
G = 40.35%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6A108 (or 0xE6A108) is known color: Gamboge. HEX triplet: E6, A1 and 08. RGB value is (230,161,8). Sum of RGB (Red+Green+Blue) = 230+161+8=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A108 is #195EF7. Grayscale: #A4A4A4. Windows color (decimal): -1662712 or 565734. OLE color: 565734.

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

Color convert

RGB 230 161 8 -
CMYK 0 0.3 0.97 0.10
HSL 41.35º 0.93% 0.47% -
HSV(B) 41.35º 0.97% 0.9% -
XYZ 45.42 42.33 6.01 -
YUV 164.19 39.86 174.94 -
System Red Green Blue C M Y K H S L
Decimal 230 161 8 0 0.3 0.97 0.10 41.35 0.93 0.47
Hex E6 A1 8 0 1E 61 A 29 5D 2F
Octal 346 241 10 0 36 141 12 51 135 57
Binary 11100110 10100001 1000 0 11110 1100001 1010 101001 1011101 101111

Color Harmonies of #E6A108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A108

Black with #E6A108

Text Example


Text Example

White with #E6A108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A108; }

 p { color: rgb(230,161,8); }

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

background-color css

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

 a { background-color: rgb(230,161,8); }

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

border-color css

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

 span { border-color: rgb(230,161,8); }

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