Html Css Color HEX #EBE7BD Half And Half

📋 copy color: '#EBE7BD'

red 235 ◦ green 231 ◦ blue 189

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

Shades of Half And Half #EBE7BD

Tints of Half And Half #EBE7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.27%

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

R = 35.88%
G = 35.27%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBE7BD (or 0xEBE7BD) is known color: Half And Half. HEX triplet: EB, E7 and BD. RGB value is (235,231,189). Sum of RGB (Red+Green+Blue) = 235+231+189=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7BD is #141842. Grayscale: #E3E3E3. Windows color (decimal): -1316931 or 12445675. OLE color: 12445675.

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

Color convert

RGB 235 231 189 -
CMYK 0 0.02 0.20 0.08
HSL 54.78º 0.53% 0.83% -
HSV(B) 54.78º 0.2% 0.92% -
XYZ 72.02 78.49 59.5 -
YUV 227.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 235 231 189 0 0.02 0.20 0.08 54.78 0.53 0.83
Hex EB E7 BD 0 2 14 8 37 35 53
Octal 353 347 275 0 2 24 10 67 65 123
Binary 11101011 11100111 10111101 0 10 10100 1000 110111 110101 1010011

Color Harmonies of #EBE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE7BD

Black with #EBE7BD

Text Example


Text Example

White with #EBE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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