#EBE8C8

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

Shades of Half And Half #EBE8C8

Tints of Half And Half #EBE8C8

Color information

#EBE8C8 (or 0xEBE8C8) is unknown color: approx Half And Half. HEX triplet: EB, E8 and C8. RGB value is (235,232,200). Sum of RGB (Red+Green+Blue) = 235+232+200=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8C8 is #141737. Grayscale: #E5E5E5. Windows color (decimal): -1316664 or 13166827. OLE color: 13166827.

HSL color Cylindrical-coordinate representation of color #EBE8C8: hue angle of 54.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBE8C8 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235232200-
CMYK00.010.150.08
HSL54.86º46.67%85.29%-
HSV(B)54.86º14.89%92.16%-
XYZ73.5479.5566.12-
YUV229.25111.49132.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 232 (91.02% from 255) = 34.78%
BLUE value IS 200 (78.52% from 255) = 29.99%
R=35.23%
G=34.78%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523220000.010.150.0854.8646.6785.29
HexEBE8C801F8372f55
Octal3533503100117106757125
Binary11101011111010001100100001111110001101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8C8; }

 p { color: rgb(235,232,200); }

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

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

 a { background-color: rgb(235,232,200); }

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

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

 span { border-color: rgb(235,232,200); }

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