#EBE6C9

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

Shades of Half And Half #EBE6C9

Tints of Half And Half #EBE6C9

Color information

#EBE6C9 (or 0xEBE6C9) is unknown color: approx Half And Half. HEX triplet: EB, E6 and C9. RGB value is (235,230,201). Sum of RGB (Red+Green+Blue) = 235+230+201=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6C9 is #141936. Grayscale: #E4E4E4. Windows color (decimal): -1317175 or 13231851. OLE color: 13231851.

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

Color convert

RGB235230201-
CMYK00.020.140.08
HSL51.18º45.95%85.49%-
HSV(B)51.18º14.47%92.16%-
XYZ73.178.4766.55-
YUV228.19112.66132.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 201 (78.91% from 255) = 30.18%
R=35.29%
G=34.53%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523020100.020.140.0851.1845.9585.49
HexEBE6C902E8332e55
Octal3533463110216106356125
Binary111010111110011011001001010111010001100111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6C9; }

 p { color: rgb(235,230,201); }

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

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

 a { background-color: rgb(235,230,201); }

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

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

 span { border-color: rgb(235,230,201); }

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