Html Css Color HEX #EBE2BD Half Colonial White

📋 copy color: '#EBE2BD'

red 235 ◦ green 226 ◦ blue 189

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

Shades of Half Colonial White #EBE2BD

Tints of Half Colonial White #EBE2BD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.77%

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

R = 36.15%
G = 34.77%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBE2BD (or 0xEBE2BD) is known color: Half Colonial White. HEX triplet: EB, E2 and BD. RGB value is (235,226,189). Sum of RGB (Red+Green+Blue) = 235+226+189=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2BD is #141D42. Grayscale: #E0E0E0. Windows color (decimal): -1318211 or 12444395. OLE color: 12444395.

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

Color convert

RGB 235 226 189 -
CMYK 0 0.04 0.20 0.08
HSL 48.26º 0.53% 0.83% -
HSV(B) 48.26º 0.2% 0.92% -
XYZ 70.64 75.73 59.04 -
YUV 224.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 235 226 189 0 0.04 0.20 0.08 48.26 0.53 0.83
Hex EB E2 BD 0 4 14 8 30 35 53
Octal 353 342 275 0 4 24 10 60 65 123
Binary 11101011 11100010 10111101 0 100 10100 1000 110000 110101 1010011

Color Harmonies of #EBE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2BD

Black with #EBE2BD

Text Example


Text Example

White with #EBE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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