#EBE5C5

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

Shades of Half And Half #EBE5C5

Tints of Half And Half #EBE5C5

Color information

#EBE5C5 (or 0xEBE5C5) is unknown color: approx Half And Half. HEX triplet: EB, E5 and C5. RGB value is (235,229,197). Sum of RGB (Red+Green+Blue) = 235+229+197=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5C5 is #141A3A. Grayscale: #E3E3E3. Windows color (decimal): -1317435 or 12969451. OLE color: 12969451.

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

Color convert

RGB235229197-
CMYK00.030.160.08
HSL50.53º48.72%84.71%-
HSV(B)50.53º16.17%92.16%-
XYZ72.3677.7364.01-
YUV227.15110.99133.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 197 (77.34% from 255) = 29.80%
R=35.55%
G=34.64%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522919700.030.160.0850.5348.7284.71
HexEBE5C503108333155
Octal3533453050320106361125
Binary1110101111100101110001010111000010001100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5C5; }

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

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

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

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

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

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

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

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