Html Css Color HEX #E6AC04 Gamboge

📋 copy color: '#E6AC04'

red 230 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #E6AC04

Tints of Gamboge #E6AC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 56.65%
G = 42.36%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6AC04 (or 0xE6AC04) is known color: Gamboge. HEX triplet: E6, AC and 04. RGB value is (230,172,4). Sum of RGB (Red+Green+Blue) = 230+172+4=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AC04 is #1953FB. Grayscale: #AAAAAA. Windows color (decimal): -1659900 or 306406. OLE color: 306406.

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

Color convert

RGB 230 172 4 -
CMYK 0 0.25 0.98 0.10
HSL 44.6º 0.97% 0.46% -
HSV(B) 44.6º 0.98% 0.9% -
XYZ 47.41 46.34 6.56 -
YUV 170.19 34.22 170.66 -
System Red Green Blue C M Y K H S L
Decimal 230 172 4 0 0.25 0.98 0.10 44.6 0.97 0.46
Hex E6 AC 4 0 19 62 A 2D 61 2E
Octal 346 254 4 0 31 142 12 55 141 56
Binary 11100110 10101100 100 0 11001 1100010 1010 101101 1100001 101110

Color Harmonies of #E6AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AC04

Black with #E6AC04

Text Example


Text Example

White with #E6AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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