Html Css Color HEX #E5AE00 Gamboge

📋 copy color: '#E5AE00'

red 229 ◦ green 174 ◦ blue 0

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

Shades of Gamboge #E5AE00

Tints of Gamboge #E5AE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.82%
G = 43.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E5AE00 (or 0xE5AE00) is known color: Gamboge. HEX triplet: E5, AE and 00. RGB value is (229,174,0). Sum of RGB (Red+Green+Blue) = 229+174+0=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AE00 is #1A51FF. Grayscale: #ABABAB. Windows color (decimal): -1724928 or 44773. OLE color: 44773.

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

Color convert

RGB 229 174 0 -
CMYK 0 0.24 1 0.10
HSL 45.59º 1% 0.45% -
HSV(B) 45.59º 1% 0.9% -
XYZ 47.45 46.93 6.56 -
YUV 170.61 31.72 169.65 -
System Red Green Blue C M Y K H S L
Decimal 229 174 0 0 0.24 1 0.10 45.59 1 0.45
Hex E5 AE 0 0 18 64 A 2E 64 2D
Octal 345 256 0 0 30 144 12 56 144 55
Binary 11100101 10101110 0 0 11000 1100100 1010 101110 1100100 101101

Color Harmonies of #E5AE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AE00

Black with #E5AE00

Text Example


Text Example

White with #E5AE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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