Html Css Color HEX #E5B00E Gamboge

📋 copy color: '#E5B00E'

red 229 ◦ green 176 ◦ blue 14

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

Shades of Gamboge #E5B00E

Tints of Gamboge #E5B00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 54.65%
G = 42%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5B00E (or 0xE5B00E) is known color: Gamboge. HEX triplet: E5, B0 and 0E. RGB value is (229,176,14). Sum of RGB (Red+Green+Blue) = 229+176+14=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B00E is #1A4FF1. Grayscale: #AEAEAE. Windows color (decimal): -1724402 or 962789. OLE color: 962789.

HSL color Cylindrical-coordinate representation of color #E5B00E: hue angle of 45.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5B00E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 176 14 -
CMYK 0 0.23 0.94 0.10
HSL 45.21º 0.88% 0.48% -
HSV(B) 45.21º 0.94% 0.9% -
XYZ 47.92 47.74 7.1 -
YUV 173.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 229 176 14 0 0.23 0.94 0.10 45.21 0.88 0.48
Hex E5 B0 E 0 17 5E A 2D 58 30
Octal 345 260 16 0 27 136 12 55 130 60
Binary 11100101 10110000 1110 0 10111 1011110 1010 101101 1011000 110000

Color Harmonies of #E5B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B00E

Black with #E5B00E

Text Example


Text Example

White with #E5B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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