Html Css Color HEX #E6A618 Gamboge

📋 copy color: '#E6A618'

red 230 ◦ green 166 ◦ blue 24

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

Shades of Gamboge #E6A618

Tints of Gamboge #E6A618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 54.76%
G = 39.52%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6A618 (or 0xE6A618) is known color: Gamboge. HEX triplet: E6, A6 and 18. RGB value is (230,166,24). Sum of RGB (Red+Green+Blue) = 230+166+24=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A618 is #1959E7. Grayscale: #A9A9A9. Windows color (decimal): -1661416 or 1615590. OLE color: 1615590.

HSL color Cylindrical-coordinate representation of color #E6A618: hue angle of 41.36º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6A618 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 24 -
CMYK 0 0.28 0.90 0.10
HSL 41.36º 0.81% 0.5% -
HSV(B) 41.36º 0.9% 0.9% -
XYZ 46.43 44.16 6.94 -
YUV 168.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 230 166 24 0 0.28 0.90 0.10 41.36 0.81 0.5
Hex E6 A6 18 0 1C 5A A 29 51 32
Octal 346 246 30 0 34 132 12 51 121 62
Binary 11100110 10100110 11000 0 11100 1011010 1010 101001 1010001 110010

Color Harmonies of #E6A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A618

Black with #E6A618

Text Example


Text Example

White with #E6A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A618; }

 p { color: rgb(230,166,24); }

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

background-color css

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

 a { background-color: rgb(230,166,24); }

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

border-color css

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

 span { border-color: rgb(230,166,24); }

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