#E8BD4B

Color #E8BD4B Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #E8BD4B

Tints of Cream Can #E8BD4B

Color information

#E8BD4B (or 0xE8BD4B) is unknown color: approx Cream Can. HEX triplet: E8, BD and 4B. RGB value is (232,189,75). Sum of RGB (Red+Green+Blue) = 232+189+75=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BD4B is #1742B4. Grayscale: #BDBDBD. Windows color (decimal): -1524405 or 4963816. OLE color: 4963816.

HSL color Cylindrical-coordinate representation of color #E8BD4B: hue angle of 43.57º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8BD4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23218975-
CMYK00.190.680.09
HSL43.57º77.34%60.2%-
HSV(B)43.57º67.67%90.98%-
XYZ52.7554.0614.31-
YUV188.8663.75158.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 15.12%
R=46.77%
G=38.10%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321897500.190.680.0943.5777.3460.2
HexE8BD4B0134492c4d3c
Octal350275113023104115411574
Binary11101000101111011001011010011100010010011011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD4B; }

 p { color: rgb(232,189,75); }

 H1.HeaderClassName
 {
   color: #E8BD4B;
 }
 .AnyTagClassName
 {
   color: #E8BD4B;
 }
</style>
background-color css

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

 a { background-color: rgb(232,189,75); }

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

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

 span { border-color: rgb(232,189,75); }

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