#EBE9CA

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

Shades of Half And Half #EBE9CA

Tints of Half And Half #EBE9CA

Color information

#EBE9CA (or 0xEBE9CA) is unknown color: approx Half And Half. HEX triplet: EB, E9 and CA. RGB value is (235,233,202). Sum of RGB (Red+Green+Blue) = 235+233+202=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9CA is #141635. Grayscale: #E6E6E6. Windows color (decimal): -1316406 or 13298155. OLE color: 13298155.

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

Color convert

RGB235233202-
CMYK00.010.140.08
HSL56.36º45.21%85.69%-
HSV(B)56.36º14.04%92.16%-
XYZ74.0680.267.45-
YUV230.06112.16131.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 233 (91.41% from 255) = 34.78%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=35.07%
G=34.78%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523320200.010.140.0856.3645.2185.69
HexEBE9CA01E8382d56
Octal3533513120116107055126
Binary11101011111010011100101001111010001110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9CA; }

 p { color: rgb(235,233,202); }

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

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

 a { background-color: rgb(235,233,202); }

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

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

 span { border-color: rgb(235,233,202); }

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