Html Css Color HEX #E6AB10 Gamboge

📋 copy color: '#E6AB10'

red 230 ◦ green 171 ◦ blue 16

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

Shades of Gamboge #E6AB10

Tints of Gamboge #E6AB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 16 (6.64% from 255) = 3.84%

R = 55.16%
G = 41.01%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6AB10 (or 0xE6AB10) is known color: Gamboge. HEX triplet: E6, AB and 10. RGB value is (230,171,16). Sum of RGB (Red+Green+Blue) = 230+171+16=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AB10 is #1954EF. Grayscale: #ABABAB. Windows color (decimal): -1660144 or 1092582. OLE color: 1092582.

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

Color convert

RGB 230 171 16 -
CMYK 0 0.26 0.93 0.10
HSL 43.46º 0.87% 0.48% -
HSV(B) 43.46º 0.93% 0.9% -
XYZ 47.29 45.99 6.87 -
YUV 170.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 230 171 16 0 0.26 0.93 0.10 43.46 0.87 0.48
Hex E6 AB 10 0 1A 5D A 2B 57 30
Octal 346 253 20 0 32 135 12 53 127 60
Binary 11100110 10101011 10000 0 11010 1011101 1010 101011 1010111 110000

Color Harmonies of #E6AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB10

Black with #E6AB10

Text Example


Text Example

White with #E6AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB10; }

 p { color: rgb(230,171,16); }

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

background-color css

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

 a { background-color: rgb(230,171,16); }

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

border-color css

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

 span { border-color: rgb(230,171,16); }

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