Html Css Color HEX #E5AE10 Gamboge

📋 copy color: '#E5AE10'

red 229 ◦ green 174 ◦ blue 16

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

Shades of Gamboge #E5AE10

Tints of Gamboge #E5AE10

RGB

 RED value IS 229 (89.84% from 255) = 54.65%

 GREEN value IS 174 (68.36% from 255) = 41.53%

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 54.65%
G = 41.53%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5AE10 (or 0xE5AE10) is known color: Gamboge. HEX triplet: E5, AE and 10. RGB value is (229,174,16). Sum of RGB (Red+Green+Blue) = 229+174+16=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AE10 is #1A51EF. Grayscale: #ADADAD. Windows color (decimal): -1724912 or 1093349. OLE color: 1093349.

HSL color Cylindrical-coordinate representation of color #E5AE10: hue angle of 44.51º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5AE10 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 174 16 -
CMYK 0 0.24 0.93 0.10
HSL 44.51º 0.87% 0.48% -
HSV(B) 44.51º 0.93% 0.9% -
XYZ 47.54 46.97 7.05 -
YUV 172.43 39.72 168.35 -
System Red Green Blue C M Y K H S L
Decimal 229 174 16 0 0.24 0.93 0.10 44.51 0.87 0.48
Hex E5 AE 10 0 18 5D A 2D 57 30
Octal 345 256 20 0 30 135 12 55 127 60
Binary 11100101 10101110 10000 0 11000 1011101 1010 101101 1010111 110000

Color Harmonies of #E5AE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AE10

Black with #E5AE10

Text Example


Text Example

White with #E5AE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AE10; }

 p { color: rgb(229,174,16); }

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

background-color css

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

 a { background-color: rgb(229,174,16); }

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

border-color css

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

 span { border-color: rgb(229,174,16); }

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