#EBE6CA

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

Shades of Half And Half #EBE6CA

Tints of Half And Half #EBE6CA

Color information

#EBE6CA (or 0xEBE6CA) is unknown color: approx Half And Half. HEX triplet: EB, E6 and CA. RGB value is (235,230,202). Sum of RGB (Red+Green+Blue) = 235+230+202=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6CA is #141935. Grayscale: #E4E4E4. Windows color (decimal): -1317174 or 13297387. OLE color: 13297387.

HSL color Cylindrical-coordinate representation of color #EBE6CA: hue angle of 50.91º 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 #EBE6CA is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235230202-
CMYK00.020.140.08
HSL50.91º45.21%85.69%-
HSV(B)50.91º14.04%92.16%-
XYZ73.2278.5267.17-
YUV228.3113.16132.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=35.23%
G=34.48%
B=30.28%

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
Decimal23523020200.020.140.0850.9145.2185.69
HexEBE6CA02E8332d56
Octal3533463120216106355126
Binary111010111110011011001010010111010001100111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6CA; }

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

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

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

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

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

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

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

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