#EBE7D0

Color #EBE7D0 Half And Half (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half And Half #EBE7D0

Tints of Half And Half #EBE7D0

Color information

#EBE7D0 (or 0xEBE7D0) is unknown color: approx Half And Half. HEX triplet: EB, E7 and D0. RGB value is (235,231,208). Sum of RGB (Red+Green+Blue) = 235+231+208=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7D0 is #14182F. Grayscale: #E5E5E5. Windows color (decimal): -1316912 or 13690859. OLE color: 13690859.

HSL color Cylindrical-coordinate representation of color #EBE7D0: hue angle of 51.11º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBE7D0 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235231208-
CMYK00.020.110.08
HSL51.11º40.3%86.86%-
HSV(B)51.11º11.49%92.16%-
XYZ74.2279.3771.08-
YUV229.57115.83131.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 208 (81.64% from 255) = 30.86%
R=34.87%
G=34.27%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523120800.020.110.0851.1140.386.86
HexEBE7D002B8332857
Octal3533473200213106350127
Binary111010111110011111010000010101110001100111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7D0; }

 p { color: rgb(235,231,208); }

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

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

 a { background-color: rgb(235,231,208); }

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

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

 span { border-color: rgb(235,231,208); }

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