Html Css Color HEX #EBE5CB Half And Half

📋 copy color: '#EBE5CB'

red 235 ◦ green 229 ◦ blue 203

#EBE5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half And Half #EBE5CB

Tints of Half And Half #EBE5CB

RGB

 RED value IS 235 (92.19% from 255) = 35.23%

 GREEN value IS 229 (89.84% from 255) = 34.33%

 BLUE value IS 203 (79.69% from 255) = 30.43%

R = 35.23%
G = 34.33%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE5CB (or 0xEBE5CB) is known color: Half And Half. HEX triplet: EB, E5 and CB. RGB value is (235,229,203). Sum of RGB (Red+Green+Blue) = 235+229+203=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5CB is #141A34. Grayscale: #E3E3E3. Windows color (decimal): -1317429 or 13362667. OLE color: 13362667.

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

Color convert

RGB 235 229 203 -
CMYK 0 0.03 0.14 0.08
HSL 48.75º 0.44% 0.86% -
HSV(B) 48.75º 0.14% 0.92% -
XYZ 73.06 78.01 67.71 -
YUV 227.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 235 229 203 0 0.03 0.14 0.08 48.75 0.44 0.86
Hex EB E5 CB 0 3 E 8 31 2C 56
Octal 353 345 313 0 3 16 10 61 54 126
Binary 11101011 11100101 11001011 0 11 1110 1000 110001 101100 1010110

Color Harmonies of #EBE5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5CB

Black with #EBE5CB

Text Example


Text Example

White with #EBE5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5CB; }

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

 H1.HeaderClassName
 {
   color: #EBE5CB;
 }
 .AnyTagClassName
 {
   color: #EBE5CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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