Html Css Color HEX #E6A205 Gamboge

📋 copy color: '#E6A205'

red 230 ◦ green 162 ◦ blue 5

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

Shades of Gamboge #E6A205

Tints of Gamboge #E6A205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 57.93%
G = 40.81%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6A205 (or 0xE6A205) is known color: Gamboge. HEX triplet: E6, A2 and 05. RGB value is (230,162,5). Sum of RGB (Red+Green+Blue) = 230+162+5=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A205 is #195DFA. Grayscale: #A5A5A5. Windows color (decimal): -1662459 or 369382. OLE color: 369382.

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

Color convert

RGB 230 162 5 -
CMYK 0 0.30 0.98 0.10
HSL 41.87º 0.96% 0.46% -
HSV(B) 41.87º 0.98% 0.9% -
XYZ 45.58 42.67 5.98 -
YUV 164.43 38.03 174.77 -
System Red Green Blue C M Y K H S L
Decimal 230 162 5 0 0.30 0.98 0.10 41.87 0.96 0.46
Hex E6 A2 5 0 1E 62 A 2A 60 2E
Octal 346 242 5 0 36 142 12 52 140 56
Binary 11100110 10100010 101 0 11110 1100010 1010 101010 1100000 101110

Color Harmonies of #E6A205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A205

Black with #E6A205

Text Example


Text Example

White with #E6A205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A205; }

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

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

background-color css

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

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

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

border-color css

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

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

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