Html Css Color HEX #E0B006 Gamboge

📋 copy color: '#E0B006'

red 224 ◦ green 176 ◦ blue 6

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

Shades of Gamboge #E0B006

Tints of Gamboge #E0B006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 55.17%
G = 43.35%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0B006 (or 0xE0B006) is known color: Gamboge. HEX triplet: E0, B0 and 06. RGB value is (224,176,6). Sum of RGB (Red+Green+Blue) = 224+176+6=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B006 is #1F4FF9. Grayscale: #ABABAB. Windows color (decimal): -2052090 or 438496. OLE color: 438496.

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

Color convert

RGB 224 176 6 -
CMYK 0 0.21 0.97 0.12
HSL 46.79º 0.95% 0.45% -
HSV(B) 46.79º 0.97% 0.88% -
XYZ 46.3 46.91 6.79 -
YUV 170.97 34.9 165.82 -
System Red Green Blue C M Y K H S L
Decimal 224 176 6 0 0.21 0.97 0.12 46.79 0.95 0.45
Hex E0 B0 6 0 15 61 C 2F 5F 2D
Octal 340 260 6 0 25 141 14 57 137 55
Binary 11100000 10110000 110 0 10101 1100001 1100 101111 1011111 101101

Color Harmonies of #E0B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B006

Black with #E0B006

Text Example


Text Example

White with #E0B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B006; }

 p { color: rgb(224,176,6); }

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

background-color css

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

 a { background-color: rgb(224,176,6); }

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

border-color css

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

 span { border-color: rgb(224,176,6); }

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