Html Css Color HEX #E1A305 Gamboge

📋 copy color: '#E1A305'

red 225 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #E1A305

Tints of Gamboge #E1A305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.48%

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

R = 57.25%
G = 41.48%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E1A305 (or 0xE1A305) is known color: Gamboge. HEX triplet: E1, A3 and 05. RGB value is (225,163,5). Sum of RGB (Red+Green+Blue) = 225+163+5=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A305 is #1E5CFA. Grayscale: #A4A4A4. Windows color (decimal): -1989883 or 369633. OLE color: 369633.

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

Color convert

RGB 225 163 5 -
CMYK 0 0.28 0.98 0.12
HSL 43.09º 0.96% 0.45% -
HSV(B) 43.09º 0.98% 0.88% -
XYZ 44.18 42.21 5.96 -
YUV 163.53 38.54 171.85 -
System Red Green Blue C M Y K H S L
Decimal 225 163 5 0 0.28 0.98 0.12 43.09 0.96 0.45
Hex E1 A3 5 0 1C 62 C 2B 60 2D
Octal 341 243 5 0 34 142 14 53 140 55
Binary 11100001 10100011 101 0 11100 1100010 1100 101011 1100000 101101

Color Harmonies of #E1A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A305

Black with #E1A305

Text Example


Text Example

White with #E1A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A305; }

 p { color: rgb(225,163,5); }

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

background-color css

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

 a { background-color: rgb(225,163,5); }

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

border-color css

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

 span { border-color: rgb(225,163,5); }

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