Html Css Color HEX #E1A506 Gamboge

📋 copy color: '#E1A506'

red 225 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #E1A506

Tints of Gamboge #E1A506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

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

R = 56.82%
G = 41.67%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1A506 (or 0xE1A506) is known color: Gamboge. HEX triplet: E1, A5 and 06. RGB value is (225,165,6). Sum of RGB (Red+Green+Blue) = 225+165+6=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A506 is #1E5AF9. Grayscale: #A5A5A5. Windows color (decimal): -1989370 or 435681. OLE color: 435681.

HSL color Cylindrical-coordinate representation of color #E1A506: hue angle of 43.56º 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 #E1A506 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 6 -
CMYK 0 0.27 0.97 0.12
HSL 43.56º 0.95% 0.45% -
HSV(B) 43.56º 0.97% 0.88% -
XYZ 44.54 42.93 6.11 -
YUV 164.81 38.38 170.93 -
System Red Green Blue C M Y K H S L
Decimal 225 165 6 0 0.27 0.97 0.12 43.56 0.95 0.45
Hex E1 A5 6 0 1B 61 C 2C 5F 2D
Octal 341 245 6 0 33 141 14 54 137 55
Binary 11100001 10100101 110 0 11011 1100001 1100 101100 1011111 101101

Color Harmonies of #E1A506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A506

Black with #E1A506

Text Example


Text Example

White with #E1A506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A506; }

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

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

background-color css

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

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

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

border-color css

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

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

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