Html Css Color HEX #EBE1BF Half Colonial White

📋 copy color: '#EBE1BF'

red 235 ◦ green 225 ◦ blue 191

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

Shades of Half Colonial White #EBE1BF

Tints of Half Colonial White #EBE1BF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.56%

 BLUE value IS 191 (75% from 255) = 29.34%

R = 36.1%
G = 34.56%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBE1BF (or 0xEBE1BF) is known color: Half Colonial White. HEX triplet: EB, E1 and BF. RGB value is (235,225,191). Sum of RGB (Red+Green+Blue) = 235+225+191=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BF is #141E40. Grayscale: #E0E0E0. Windows color (decimal): -1318465 or 12575211. OLE color: 12575211.

HSL color Cylindrical-coordinate representation of color #EBE1BF: hue angle of 46.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBE1BF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 191 -
CMYK 0 0.04 0.19 0.08
HSL 46.36º 0.52% 0.84% -
HSV(B) 46.36º 0.19% 0.92% -
XYZ 70.59 75.27 60.1 -
YUV 224.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 235 225 191 0 0.04 0.19 0.08 46.36 0.52 0.84
Hex EB E1 BF 0 4 13 8 2E 34 54
Octal 353 341 277 0 4 23 10 56 64 124
Binary 11101011 11100001 10111111 0 100 10011 1000 101110 110100 1010100

Color Harmonies of #EBE1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1BF

Black with #EBE1BF

Text Example


Text Example

White with #EBE1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1BF; }

 p { color: rgb(235,225,191); }

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

background-color css

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

 a { background-color: rgb(235,225,191); }

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

border-color css

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

 span { border-color: rgb(235,225,191); }

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