Html Css Color HEX #E6A319 Gamboge

📋 copy color: '#E6A319'

red 230 ◦ green 163 ◦ blue 25

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

Shades of Gamboge #E6A319

Tints of Gamboge #E6A319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.98%

R = 55.02%
G = 39%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6A319 (or 0xE6A319) is known color: Gamboge. HEX triplet: E6, A3 and 19. RGB value is (230,163,25). Sum of RGB (Red+Green+Blue) = 230+163+25=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A319 is #195CE6. Grayscale: #A7A7A7. Windows color (decimal): -1662183 or 1680358. OLE color: 1680358.

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

Color convert

RGB 230 163 25 -
CMYK 0 0.29 0.89 0.10
HSL 40.39º 0.8% 0.5% -
HSV(B) 40.39º 0.89% 0.9% -
XYZ 45.91 43.09 6.82 -
YUV 167.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 230 163 25 0 0.29 0.89 0.10 40.39 0.8 0.5
Hex E6 A3 19 0 1D 59 A 28 50 32
Octal 346 243 31 0 35 131 12 50 120 62
Binary 11100110 10100011 11001 0 11101 1011001 1010 101000 1010000 110010

Color Harmonies of #E6A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A319

Black with #E6A319

Text Example


Text Example

White with #E6A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A319; }

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

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

background-color css

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

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

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

border-color css

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

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

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