Html Css Color HEX #E6A504 Gamboge

📋 copy color: '#E6A504'

red 230 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #E6A504

Tints of Gamboge #E6A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

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

R = 57.64%
G = 41.35%
B = 1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6A504 (or 0xE6A504) is known color: Gamboge. HEX triplet: E6, A5 and 04. RGB value is (230,165,4). Sum of RGB (Red+Green+Blue) = 230+165+4=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A504 is #195AFB. Grayscale: #A6A6A6. Windows color (decimal): -1661692 or 304614. OLE color: 304614.

HSL color Cylindrical-coordinate representation of color #E6A504: hue angle of 42.74º 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 #E6A504 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 4 -
CMYK 0 0.28 0.98 0.10
HSL 42.74º 0.97% 0.46% -
HSV(B) 42.74º 0.98% 0.9% -
XYZ 46.11 43.74 6.13 -
YUV 166.08 36.53 173.59 -
System Red Green Blue C M Y K H S L
Decimal 230 165 4 0 0.28 0.98 0.10 42.74 0.97 0.46
Hex E6 A5 4 0 1C 62 A 2B 61 2E
Octal 346 245 4 0 34 142 12 53 141 56
Binary 11100110 10100101 100 0 11100 1100010 1010 101011 1100001 101110

Color Harmonies of #E6A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A504

Black with #E6A504

Text Example


Text Example

White with #E6A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A504; }

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

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

background-color css

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

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

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

border-color css

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

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

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