Html Css Color HEX #EBE5BA Half Colonial White

📋 copy color: '#EBE5BA'

red 235 ◦ green 229 ◦ blue 186

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

Shades of Half Colonial White #EBE5BA

Tints of Half Colonial White #EBE5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.62%

R = 36.15%
G = 35.23%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBE5BA (or 0xEBE5BA) is known color: Half Colonial White. HEX triplet: EB, E5 and BA. RGB value is (235,229,186). Sum of RGB (Red+Green+Blue) = 235+229+186=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5BA is #141A45. Grayscale: #E2E2E2. Windows color (decimal): -1317446 or 12248555. OLE color: 12248555.

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

Color convert

RGB 235 229 186 -
CMYK 0 0.03 0.21 0.08
HSL 52.65º 0.55% 0.83% -
HSV(B) 52.65º 0.21% 0.92% -
XYZ 71.14 77.25 57.61 -
YUV 225.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 235 229 186 0 0.03 0.21 0.08 52.65 0.55 0.83
Hex EB E5 BA 0 3 15 8 35 37 53
Octal 353 345 272 0 3 25 10 65 67 123
Binary 11101011 11100101 10111010 0 11 10101 1000 110101 110111 1010011

Color Harmonies of #EBE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5BA

Black with #EBE5BA

Text Example


Text Example

White with #EBE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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