Html Css Color HEX #E0B104 Gamboge

📋 copy color: '#E0B104'

red 224 ◦ green 177 ◦ blue 4

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

Shades of Gamboge #E0B104

Tints of Gamboge #E0B104

RGB

 RED value IS 224 (87.89% from 255) = 55.31%

 GREEN value IS 177 (69.53% from 255) = 43.7%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 55.31%
G = 43.7%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0B104 (or 0xE0B104) is known color: Gamboge. HEX triplet: E0, B1 and 04. RGB value is (224,177,4). Sum of RGB (Red+Green+Blue) = 224+177+4=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B104 is #1F4EFB. Grayscale: #ACACAC. Windows color (decimal): -2051836 or 307680. OLE color: 307680.

HSL color Cylindrical-coordinate representation of color #E0B104: hue angle of 47.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0B104 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 177 4 -
CMYK 0 0.21 0.98 0.12
HSL 47.18º 0.96% 0.45% -
HSV(B) 47.18º 0.98% 0.88% -
XYZ 46.48 47.3 6.79 -
YUV 171.33 33.57 165.57 -
System Red Green Blue C M Y K H S L
Decimal 224 177 4 0 0.21 0.98 0.12 47.18 0.96 0.45
Hex E0 B1 4 0 15 62 C 2F 60 2D
Octal 340 261 4 0 25 142 14 57 140 55
Binary 11100000 10110001 100 0 10101 1100010 1100 101111 1100000 101101

Color Harmonies of #E0B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B104

Black with #E0B104

Text Example


Text Example

White with #E0B104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B104; }

 p { color: rgb(224,177,4); }

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

background-color css

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

 a { background-color: rgb(224,177,4); }

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

border-color css

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

 span { border-color: rgb(224,177,4); }

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