Html Css Color HEX #E6A20E Gamboge

📋 copy color: '#E6A20E'

red 230 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #E6A20E

Tints of Gamboge #E6A20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 56.65%
G = 39.9%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6A20E (or 0xE6A20E) is known color: Gamboge. HEX triplet: E6, A2 and 0E. RGB value is (230,162,14). Sum of RGB (Red+Green+Blue) = 230+162+14=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A20E is #195DF1. Grayscale: #A6A6A6. Windows color (decimal): -1662450 or 959206. OLE color: 959206.

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

Color convert

RGB 230 162 14 -
CMYK 0 0.30 0.94 0.10
HSL 41.11º 0.89% 0.48% -
HSV(B) 41.11º 0.94% 0.9% -
XYZ 45.63 42.7 6.25 -
YUV 165.46 42.53 174.03 -
System Red Green Blue C M Y K H S L
Decimal 230 162 14 0 0.30 0.94 0.10 41.11 0.89 0.48
Hex E6 A2 E 0 1E 5E A 29 59 30
Octal 346 242 16 0 36 136 12 51 131 60
Binary 11100110 10100010 1110 0 11110 1011110 1010 101001 1011001 110000

Color Harmonies of #E6A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A20E

Black with #E6A20E

Text Example


Text Example

White with #E6A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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