Html Css Color HEX #E5A70A Gamboge

📋 copy color: '#E5A70A'

red 229 ◦ green 167 ◦ blue 10

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

Shades of Gamboge #E5A70A

Tints of Gamboge #E5A70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 56.4%
G = 41.13%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5A70A (or 0xE5A70A) is known color: Gamboge. HEX triplet: E5, A7 and 0A. RGB value is (229,167,10). Sum of RGB (Red+Green+Blue) = 229+167+10=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A70A is #1A58F5. Grayscale: #A8A8A8. Windows color (decimal): -1726710 or 698341. OLE color: 698341.

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

Color convert

RGB 229 167 10 -
CMYK 0 0.27 0.96 0.10
HSL 43.01º 0.92% 0.47% -
HSV(B) 43.01º 0.96% 0.9% -
XYZ 46.19 44.32 6.41 -
YUV 167.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 229 167 10 0 0.27 0.96 0.10 43.01 0.92 0.47
Hex E5 A7 A 0 1B 60 A 2B 5C 2F
Octal 345 247 12 0 33 140 12 53 134 57
Binary 11100101 10100111 1010 0 11011 1100000 1010 101011 1011100 101111

Color Harmonies of #E5A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A70A

Black with #E5A70A

Text Example


Text Example

White with #E5A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A70A; }

 p { color: rgb(229,167,10); }

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

background-color css

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

 a { background-color: rgb(229,167,10); }

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

border-color css

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

 span { border-color: rgb(229,167,10); }

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