#EBE5C9

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

Shades of Half And Half #EBE5C9

Tints of Half And Half #EBE5C9

Color information

#EBE5C9 (or 0xEBE5C9) is unknown color: approx Half And Half. HEX triplet: EB, E5 and C9. RGB value is (235,229,201). Sum of RGB (Red+Green+Blue) = 235+229+201=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5C9 is #141A36. Grayscale: #E3E3E3. Windows color (decimal): -1317431 or 13231595. OLE color: 13231595.

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

Color convert

RGB235229201-
CMYK00.030.140.08
HSL49.41º45.95%85.49%-
HSV(B)49.41º14.47%92.16%-
XYZ72.8277.9266.46-
YUV227.6112.99133.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 229 (89.84% from 255) = 34.44%
BLUE value IS 201 (78.91% from 255) = 30.23%
R=35.34%
G=34.44%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522920100.030.140.0849.4145.9585.49
HexEBE5C903E8312e55
Octal3533453110316106156125
Binary111010111110010111001001011111010001100011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5C9; }

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

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

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

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

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

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

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

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