Html Css Color HEX #E5B00A Gamboge

📋 copy color: '#E5B00A'

red 229 ◦ green 176 ◦ blue 10

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

Shades of Gamboge #E5B00A

Tints of Gamboge #E5B00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

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

R = 55.18%
G = 42.41%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5B00A (or 0xE5B00A) is known color: Gamboge. HEX triplet: E5, B0 and 0A. RGB value is (229,176,10). Sum of RGB (Red+Green+Blue) = 229+176+10=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B00A is #1A4FF5. Grayscale: #ADADAD. Windows color (decimal): -1724406 or 700645. OLE color: 700645.

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

Color convert

RGB 229 176 10 -
CMYK 0 0.23 0.96 0.10
HSL 45.48º 0.92% 0.47% -
HSV(B) 45.48º 0.96% 0.9% -
XYZ 47.89 47.73 6.98 -
YUV 172.92 36.06 168 -
System Red Green Blue C M Y K H S L
Decimal 229 176 10 0 0.23 0.96 0.10 45.48 0.92 0.47
Hex E5 B0 A 0 17 60 A 2D 5C 2F
Octal 345 260 12 0 27 140 12 55 134 57
Binary 11100101 10110000 1010 0 10111 1100000 1010 101101 1011100 101111

Color Harmonies of #E5B00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B00A

Black with #E5B00A

Text Example


Text Example

White with #E5B00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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