Html Css Color HEX #E6AB04 Gamboge

📋 copy color: '#E6AB04'

red 230 ◦ green 171 ◦ blue 4

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

Shades of Gamboge #E6AB04

Tints of Gamboge #E6AB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 56.79%
G = 42.22%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6AB04 (or 0xE6AB04) is known color: Gamboge. HEX triplet: E6, AB and 04. RGB value is (230,171,4). Sum of RGB (Red+Green+Blue) = 230+171+4=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AB04 is #1954FB. Grayscale: #AAAAAA. Windows color (decimal): -1660156 or 306150. OLE color: 306150.

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

Color convert

RGB 230 171 4 -
CMYK 0 0.26 0.98 0.10
HSL 44.34º 0.97% 0.46% -
HSV(B) 44.34º 0.98% 0.9% -
XYZ 47.22 45.96 6.5 -
YUV 169.6 34.55 171.08 -
System Red Green Blue C M Y K H S L
Decimal 230 171 4 0 0.26 0.98 0.10 44.34 0.97 0.46
Hex E6 AB 4 0 1A 62 A 2C 61 2E
Octal 346 253 4 0 32 142 12 54 141 56
Binary 11100110 10101011 100 0 11010 1100010 1010 101100 1100001 101110

Color Harmonies of #E6AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB04

Black with #E6AB04

Text Example


Text Example

White with #E6AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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