Html Css Color HEX #E5AF00 Gamboge

📋 copy color: '#E5AF00'

red 229 ◦ green 175 ◦ blue 0

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

Shades of Gamboge #E5AF00

Tints of Gamboge #E5AF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.32%

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

R = 56.68%
G = 43.32%
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

#E5AF00 (or 0xE5AF00) is known color: Gamboge. HEX triplet: E5, AF and 00. RGB value is (229,175,0). Sum of RGB (Red+Green+Blue) = 229+175+0=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF00 is #1A50FF. Grayscale: #ABABAB. Windows color (decimal): -1724672 or 45029. OLE color: 45029.

HSL color Cylindrical-coordinate representation of color #E5AF00: hue angle of 45.85º 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 #E5AF00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 0 -
CMYK 0 0.24 1 0.10
HSL 45.85º 1% 0.45% -
HSV(B) 45.85º 1% 0.9% -
XYZ 47.64 47.32 6.62 -
YUV 171.2 31.39 169.23 -
System Red Green Blue C M Y K H S L
Decimal 229 175 0 0 0.24 1 0.10 45.85 1 0.45
Hex E5 AF 0 0 18 64 A 2E 64 2D
Octal 345 257 0 0 30 144 12 56 144 55
Binary 11100101 10101111 0 0 11000 1100100 1010 101110 1100100 101101

Color Harmonies of #E5AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF00

Black with #E5AF00

Text Example


Text Example

White with #E5AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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