#E6BE4B

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

Shades of Cream Can #E6BE4B

Tints of Cream Can #E6BE4B

Color information

#E6BE4B (or 0xE6BE4B) is unknown color: approx Cream Can. HEX triplet: E6, BE and 4B. RGB value is (230,190,75). Sum of RGB (Red+Green+Blue) = 230+190+75=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BE4B is #1941B4. Grayscale: #BDBDBD. Windows color (decimal): -1655221 or 4964070. OLE color: 4964070.

HSL color Cylindrical-coordinate representation of color #E6BE4B: hue angle of 44.52º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6BE4B is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23019075-
CMYK00.170.670.10
HSL44.52º75.61%59.8%-
HSV(B)44.52º67.39%90.2%-
XYZ52.3254.1614.35-
YUV188.8563.75157.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.46%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=46.46%
G=38.38%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301907500.170.670.1044.5275.6159.8
HexE6BE4B01143A2d4c3c
Octal346276113021103125511474
Binary11100110101111101001011010001100001110101011011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BE4B; }

 p { color: rgb(230,190,75); }

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

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

 a { background-color: rgb(230,190,75); }

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

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

 span { border-color: rgb(230,190,75); }

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