Html Css Color HEX #E6A314 Gamboge

📋 copy color: '#E6A314'

red 230 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #E6A314

Tints of Gamboge #E6A314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 55.69%
G = 39.47%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E6A314 (or 0xE6A314) is known color: Gamboge. HEX triplet: E6, A3 and 14. RGB value is (230,163,20). Sum of RGB (Red+Green+Blue) = 230+163+20=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A314 is #195CEB. Grayscale: #A7A7A7. Windows color (decimal): -1662188 or 1352678. OLE color: 1352678.

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

Color convert

RGB 230 163 20 -
CMYK 0 0.29 0.91 0.10
HSL 40.86º 0.84% 0.49% -
HSV(B) 40.86º 0.91% 0.9% -
XYZ 45.86 43.07 6.56 -
YUV 166.73 45.2 173.13 -
System Red Green Blue C M Y K H S L
Decimal 230 163 20 0 0.29 0.91 0.10 40.86 0.84 0.49
Hex E6 A3 14 0 1D 5B A 29 54 31
Octal 346 243 24 0 35 133 12 51 124 61
Binary 11100110 10100011 10100 0 11101 1011011 1010 101001 1010100 110001

Color Harmonies of #E6A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A314

Black with #E6A314

Text Example


Text Example

White with #E6A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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