Html Css Color HEX #E6A408 Gamboge

📋 copy color: '#E6A408'

red 230 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #E6A408

Tints of Gamboge #E6A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 57.21%
G = 40.8%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6A408 (or 0xE6A408) is known color: Gamboge. HEX triplet: E6, A4 and 08. RGB value is (230,164,8). Sum of RGB (Red+Green+Blue) = 230+164+8=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A408 is #195BF7. Grayscale: #A6A6A6. Windows color (decimal): -1661944 or 566502. OLE color: 566502.

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

Color convert

RGB 230 164 8 -
CMYK 0 0.29 0.97 0.10
HSL 42.16º 0.93% 0.47% -
HSV(B) 42.16º 0.97% 0.9% -
XYZ 45.95 43.39 6.18 -
YUV 165.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 230 164 8 0 0.29 0.97 0.10 42.16 0.93 0.47
Hex E6 A4 8 0 1D 61 A 2A 5D 2F
Octal 346 244 10 0 35 141 12 52 135 57
Binary 11100110 10100100 1000 0 11101 1100001 1010 101010 1011101 101111

Color Harmonies of #E6A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A408

Black with #E6A408

Text Example


Text Example

White with #E6A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A408; }

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

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

background-color css

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

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

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

border-color css

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

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

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