Html Css Color HEX #E6A312 Gamboge

📋 copy color: '#E6A312'

red 230 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #E6A312

Tints of Gamboge #E6A312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 55.96%
G = 39.66%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E6A312 (or 0xE6A312) is known color: Gamboge. HEX triplet: E6, A3 and 12. RGB value is (230,163,18). Sum of RGB (Red+Green+Blue) = 230+163+18=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A312 is #195CED. Grayscale: #A7A7A7. Windows color (decimal): -1662190 or 1221606. OLE color: 1221606.

HSL color Cylindrical-coordinate representation of color #E6A312: hue angle of 41.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6A312 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 18 -
CMYK 0 0.29 0.92 0.10
HSL 41.04º 0.85% 0.49% -
HSV(B) 41.04º 0.92% 0.9% -
XYZ 45.84 43.06 6.47 -
YUV 166.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 230 163 18 0 0.29 0.92 0.10 41.04 0.85 0.49
Hex E6 A3 12 0 1D 5C A 29 55 31
Octal 346 243 22 0 35 134 12 51 125 61
Binary 11100110 10100011 10010 0 11101 1011100 1010 101001 1010101 110001

Color Harmonies of #E6A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A312

Black with #E6A312

Text Example


Text Example

White with #E6A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A312; }

 p { color: rgb(230,163,18); }

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

background-color css

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

 a { background-color: rgb(230,163,18); }

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

border-color css

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

 span { border-color: rgb(230,163,18); }

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