Html Css Color HEX #E5AC14 Gamboge

📋 copy color: '#E5AC14'

red 229 ◦ green 172 ◦ blue 20

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

Shades of Gamboge #E5AC14

Tints of Gamboge #E5AC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 54.39%
G = 40.86%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5AC14 (or 0xE5AC14) is known color: Gamboge. HEX triplet: E5, AC and 14. RGB value is (229,172,20). Sum of RGB (Red+Green+Blue) = 229+172+20=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC14 is #1A53EB. Grayscale: #ACACAC. Windows color (decimal): -1725420 or 1354981. OLE color: 1354981.

HSL color Cylindrical-coordinate representation of color #E5AC14: hue angle of 43.64º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5AC14 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 172 20 -
CMYK 0 0.25 0.91 0.10
HSL 43.64º 0.84% 0.49% -
HSV(B) 43.64º 0.91% 0.9% -
XYZ 47.19 46.21 7.09 -
YUV 171.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 229 172 20 0 0.25 0.91 0.10 43.64 0.84 0.49
Hex E5 AC 14 0 19 5B A 2C 54 31
Octal 345 254 24 0 31 133 12 54 124 61
Binary 11100101 10101100 10100 0 11001 1011011 1010 101100 1010100 110001

Color Harmonies of #E5AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AC14

Black with #E5AC14

Text Example


Text Example

White with #E5AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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