Html Css Color HEX #E6A317 Gamboge

📋 copy color: '#E6A317'

red 230 ◦ green 163 ◦ blue 23

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

Shades of Gamboge #E6A317

Tints of Gamboge #E6A317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.53%

R = 55.29%
G = 39.18%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.9

 K value IS 0.10

RGB Variations

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

Color information

#E6A317 (or 0xE6A317) is known color: Gamboge. HEX triplet: E6, A3 and 17. RGB value is (230,163,23). Sum of RGB (Red+Green+Blue) = 230+163+23=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A317 is #195CE8. Grayscale: #A7A7A7. Windows color (decimal): -1662185 or 1549286. OLE color: 1549286.

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

Color convert

RGB 230 163 23 -
CMYK 0 0.29 0.9 0.10
HSL 40.58º 0.82% 0.5% -
HSV(B) 40.58º 0.9% 0.9% -
XYZ 45.88 43.08 6.71 -
YUV 167.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 230 163 23 0 0.29 0.9 0.10 40.58 0.82 0.5
Hex E6 A3 17 0 1D 5A A 29 52 32
Octal 346 243 27 0 35 132 12 51 122 62
Binary 11100110 10100011 10111 0 11101 1011010 1010 101001 1010010 110010

Color Harmonies of #E6A317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A317

Black with #E6A317

Text Example


Text Example

White with #E6A317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A317; }

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

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

background-color css

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

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

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

border-color css

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

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

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