Html Css Color HEX #E6A219 Gamboge

📋 copy color: '#E6A219'

red 230 ◦ green 162 ◦ blue 25

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

Shades of Gamboge #E6A219

Tints of Gamboge #E6A219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 55.16%
G = 38.85%
B = 6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6A219 (or 0xE6A219) is known color: Gamboge. HEX triplet: E6, A2 and 19. RGB value is (230,162,25). Sum of RGB (Red+Green+Blue) = 230+162+25=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A219 is #195DE6. Grayscale: #A7A7A7. Windows color (decimal): -1662439 or 1680102. OLE color: 1680102.

HSL color Cylindrical-coordinate representation of color #E6A219: hue angle of 40.1º 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 #E6A219 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 25 -
CMYK 0 0.30 0.89 0.10
HSL 40.1º 0.8% 0.5% -
HSV(B) 40.1º 0.89% 0.9% -
XYZ 45.73 42.73 6.76 -
YUV 166.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 230 162 25 0 0.30 0.89 0.10 40.1 0.8 0.5
Hex E6 A2 19 0 1E 59 A 28 50 32
Octal 346 242 31 0 36 131 12 50 120 62
Binary 11100110 10100010 11001 0 11110 1011001 1010 101000 1010000 110010

Color Harmonies of #E6A219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A219

Black with #E6A219

Text Example


Text Example

White with #E6A219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A219; }

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

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

background-color css

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

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

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

border-color css

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

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

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