Html Css Color HEX #EBE3BD Half Colonial White

📋 copy color: '#EBE3BD'

red 235 ◦ green 227 ◦ blue 189

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

Shades of Half Colonial White #EBE3BD

Tints of Half Colonial White #EBE3BD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.87%

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

R = 36.1%
G = 34.87%
B = 29.03%

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

#EBE3BD (or 0xEBE3BD) is known color: Half Colonial White. HEX triplet: EB, E3 and BD. RGB value is (235,227,189). Sum of RGB (Red+Green+Blue) = 235+227+189=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3BD is #141C42. Grayscale: #E1E1E1. Windows color (decimal): -1317955 or 12444651. OLE color: 12444651.

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

Color convert

RGB 235 227 189 -
CMYK 0 0.03 0.20 0.08
HSL 49.57º 0.53% 0.83% -
HSV(B) 49.57º 0.2% 0.92% -
XYZ 70.92 76.27 59.13 -
YUV 225.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 235 227 189 0 0.03 0.20 0.08 49.57 0.53 0.83
Hex EB E3 BD 0 3 14 8 32 35 53
Octal 353 343 275 0 3 24 10 62 65 123
Binary 11101011 11100011 10111101 0 11 10100 1000 110010 110101 1010011

Color Harmonies of #EBE3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3BD

Black with #EBE3BD

Text Example


Text Example

White with #EBE3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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