Html Css Color HEX #E5AC05 Gamboge

📋 copy color: '#E5AC05'

red 229 ◦ green 172 ◦ blue 5

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

Shades of Gamboge #E5AC05

Tints of Gamboge #E5AC05

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 56.4%
G = 42.36%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5AC05 (or 0xE5AC05) is known color: Gamboge. HEX triplet: E5, AC and 05. RGB value is (229,172,5). Sum of RGB (Red+Green+Blue) = 229+172+5=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC05 is #1A53FA. Grayscale: #AAAAAA. Windows color (decimal): -1725435 or 371941. OLE color: 371941.

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

Color convert

RGB 229 172 5 -
CMYK 0 0.25 0.98 0.10
HSL 44.73º 0.96% 0.46% -
HSV(B) 44.73º 0.98% 0.9% -
XYZ 47.09 46.17 6.57 -
YUV 170.01 34.88 170.08 -
System Red Green Blue C M Y K H S L
Decimal 229 172 5 0 0.25 0.98 0.10 44.73 0.96 0.46
Hex E5 AC 5 0 19 62 A 2D 60 2E
Octal 345 254 5 0 31 142 12 55 140 56
Binary 11100101 10101100 101 0 11001 1100010 1010 101101 1100000 101110

Color Harmonies of #E5AC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AC05

Black with #E5AC05

Text Example


Text Example

White with #E5AC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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