#EBE5C7

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

Shades of Half And Half #EBE5C7

Tints of Half And Half #EBE5C7

Color information

#EBE5C7 (or 0xEBE5C7) is unknown color: approx Half And Half. HEX triplet: EB, E5 and C7. RGB value is (235,229,199). Sum of RGB (Red+Green+Blue) = 235+229+199=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5C7 is #141A38. Grayscale: #E3E3E3. Windows color (decimal): -1317433 or 13100523. OLE color: 13100523.

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

Color convert

RGB235229199-
CMYK00.030.150.08
HSL50º47.37%85.1%-
HSV(B)50º15.32%92.16%-
XYZ72.5977.8265.23-
YUV227.37111.99133.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 229 (89.84% from 255) = 34.54%
BLUE value IS 199 (78.12% from 255) = 30.02%
R=35.44%
G=34.54%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522919900.030.150.085047.3785.1
HexEBE5C703F8322f55
Octal3533453070317106257125
Binary111010111110010111000111011111110001100101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5C7; }

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

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

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

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

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

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

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

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