Html Css Color HEX #E6A105 Gamboge

📋 copy color: '#E6A105'

red 230 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #E6A105

Tints of Gamboge #E6A105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

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

R = 58.08%
G = 40.66%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6A105 (or 0xE6A105) is known color: Gamboge. HEX triplet: E6, A1 and 05. RGB value is (230,161,5). Sum of RGB (Red+Green+Blue) = 230+161+5=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A105 is #195EFA. Grayscale: #A4A4A4. Windows color (decimal): -1662715 or 369126. OLE color: 369126.

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

Color convert

RGB 230 161 5 -
CMYK 0 0.3 0.98 0.10
HSL 41.6º 0.96% 0.46% -
HSV(B) 41.6º 0.98% 0.9% -
XYZ 45.41 42.32 5.92 -
YUV 163.85 38.36 175.18 -
System Red Green Blue C M Y K H S L
Decimal 230 161 5 0 0.3 0.98 0.10 41.6 0.96 0.46
Hex E6 A1 5 0 1E 62 A 2A 60 2E
Octal 346 241 5 0 36 142 12 52 140 56
Binary 11100110 10100001 101 0 11110 1100010 1010 101010 1100000 101110

Color Harmonies of #E6A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A105

Black with #E6A105

Text Example


Text Example

White with #E6A105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A105; }

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

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

background-color css

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

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

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

border-color css

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

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

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