Html Css Color HEX #E1A706 Gamboge

📋 copy color: '#E1A706'

red 225 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #E1A706

Tints of Gamboge #E1A706

RGB

 RED value IS 225 (88.28% from 255) = 56.53%

 GREEN value IS 167 (65.63% from 255) = 41.96%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 56.53%
G = 41.96%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1A706 (or 0xE1A706) is known color: Gamboge. HEX triplet: E1, A7 and 06. RGB value is (225,167,6). Sum of RGB (Red+Green+Blue) = 225+167+6=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A706 is #1E58F9. Grayscale: #A6A6A6. Windows color (decimal): -1988858 or 436193. OLE color: 436193.

HSL color Cylindrical-coordinate representation of color #E1A706: hue angle of 44.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1A706 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 167 6 -
CMYK 0 0.26 0.97 0.12
HSL 44.11º 0.95% 0.45% -
HSV(B) 44.11º 0.97% 0.88% -
XYZ 44.9 43.66 6.23 -
YUV 165.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 225 167 6 0 0.26 0.97 0.12 44.11 0.95 0.45
Hex E1 A7 6 0 1A 61 C 2C 5F 2D
Octal 341 247 6 0 32 141 14 54 137 55
Binary 11100001 10100111 110 0 11010 1100001 1100 101100 1011111 101101

Color Harmonies of #E1A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A706

Black with #E1A706

Text Example


Text Example

White with #E1A706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A706; }

 p { color: rgb(225,167,6); }

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

background-color css

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

 a { background-color: rgb(225,167,6); }

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

border-color css

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

 span { border-color: rgb(225,167,6); }

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