Html Css Color HEX #EBE5BD Half And Half

📋 copy color: '#EBE5BD'

red 235 ◦ green 229 ◦ blue 189

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

Shades of Half And Half #EBE5BD

Tints of Half And Half #EBE5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.94%

R = 35.99%
G = 35.07%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBE5BD (or 0xEBE5BD) is known color: Half And Half. HEX triplet: EB, E5 and BD. RGB value is (235,229,189). Sum of RGB (Red+Green+Blue) = 235+229+189=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5BD is #141A42. Grayscale: #E2E2E2. Windows color (decimal): -1317443 or 12445163. OLE color: 12445163.

HSL color Cylindrical-coordinate representation of color #EBE5BD: hue angle of 52.17º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBE5BD is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 189 -
CMYK 0 0.03 0.20 0.08
HSL 52.17º 0.53% 0.83% -
HSV(B) 52.17º 0.2% 0.92% -
XYZ 71.47 77.37 59.31 -
YUV 226.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 235 229 189 0 0.03 0.20 0.08 52.17 0.53 0.83
Hex EB E5 BD 0 3 14 8 34 35 53
Octal 353 345 275 0 3 24 10 64 65 123
Binary 11101011 11100101 10111101 0 11 10100 1000 110100 110101 1010011

Color Harmonies of #EBE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5BD

Black with #EBE5BD

Text Example


Text Example

White with #EBE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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