Html Css Color HEX #EBE2BB Half Colonial White

📋 copy color: '#EBE2BB'

red 235 ◦ green 226 ◦ blue 187

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

Shades of Half Colonial White #EBE2BB

Tints of Half Colonial White #EBE2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.86%

R = 36.27%
G = 34.88%
B = 28.86%

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

#EBE2BB (or 0xEBE2BB) is known color: Half Colonial White. HEX triplet: EB, E2 and BB. RGB value is (235,226,187). Sum of RGB (Red+Green+Blue) = 235+226+187=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2BB is #141D44. Grayscale: #E0E0E0. Windows color (decimal): -1318213 or 12313323. OLE color: 12313323.

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

Color convert

RGB 235 226 187 -
CMYK 0 0.04 0.20 0.08
HSL 48.75º 0.55% 0.83% -
HSV(B) 48.75º 0.2% 0.92% -
XYZ 70.43 75.64 57.9 -
YUV 224.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 235 226 187 0 0.04 0.20 0.08 48.75 0.55 0.83
Hex EB E2 BB 0 4 14 8 31 37 53
Octal 353 342 273 0 4 24 10 61 67 123
Binary 11101011 11100010 10111011 0 100 10100 1000 110001 110111 1010011

Color Harmonies of #EBE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2BB

Black with #EBE2BB

Text Example


Text Example

White with #EBE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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