Html Css Color HEX #E5AA14 Gamboge

📋 copy color: '#E5AA14'

red 229 ◦ green 170 ◦ blue 20

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

Shades of Gamboge #E5AA14

Tints of Gamboge #E5AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

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

R = 54.65%
G = 40.57%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5AA14 (or 0xE5AA14) is known color: Gamboge. HEX triplet: E5, AA and 14. RGB value is (229,170,20). Sum of RGB (Red+Green+Blue) = 229+170+20=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA14 is #1A55EB. Grayscale: #ABABAB. Windows color (decimal): -1725932 or 1354469. OLE color: 1354469.

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

Color convert

RGB 229 170 20 -
CMYK 0 0.26 0.91 0.10
HSL 43.06º 0.84% 0.49% -
HSV(B) 43.06º 0.91% 0.9% -
XYZ 46.81 45.46 6.97 -
YUV 170.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 229 170 20 0 0.26 0.91 0.10 43.06 0.84 0.49
Hex E5 AA 14 0 1A 5B A 2B 54 31
Octal 345 252 24 0 32 133 12 53 124 61
Binary 11100101 10101010 10100 0 11010 1011011 1010 101011 1010100 110001

Color Harmonies of #E5AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA14

Black with #E5AA14

Text Example


Text Example

White with #E5AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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