Html Css Color HEX #E5AD05 Gamboge

📋 copy color: '#E5AD05'

red 229 ◦ green 173 ◦ blue 5

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

Shades of Gamboge #E5AD05

Tints of Gamboge #E5AD05

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 56.27%
G = 42.51%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5AD05 (or 0xE5AD05) is known color: Gamboge. HEX triplet: E5, AD and 05. RGB value is (229,173,5). Sum of RGB (Red+Green+Blue) = 229+173+5=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD05 is #1A52FA. Grayscale: #ABABAB. Windows color (decimal): -1725179 or 372197. OLE color: 372197.

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

Color convert

RGB 229 173 5 -
CMYK 0 0.24 0.98 0.10
HSL 45º 0.96% 0.46% -
HSV(B) 45º 0.98% 0.9% -
XYZ 47.28 46.56 6.64 -
YUV 170.59 34.55 169.66 -
System Red Green Blue C M Y K H S L
Decimal 229 173 5 0 0.24 0.98 0.10 45 0.96 0.46
Hex E5 AD 5 0 18 62 A 2D 60 2E
Octal 345 255 5 0 30 142 12 55 140 56
Binary 11100101 10101101 101 0 11000 1100010 1010 101101 1100000 101110

Color Harmonies of #E5AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AD05

Black with #E5AD05

Text Example


Text Example

White with #E5AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AD05; }

 p { color: rgb(229,173,5); }

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

background-color css

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

 a { background-color: rgb(229,173,5); }

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

border-color css

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

 span { border-color: rgb(229,173,5); }

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