Html Css Color HEX #E1CFBA Spanish White

📋 copy color: '#E1CFBA'

red 225 ◦ green 207 ◦ blue 186

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

Shades of Spanish White #E1CFBA

Tints of Spanish White #E1CFBA

RGB

 RED value IS 225 (88.28% from 255) = 36.41%

 GREEN value IS 207 (81.25% from 255) = 33.5%

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

R = 36.41%
G = 33.5%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1CFBA (or 0xE1CFBA) is known color: Spanish White. HEX triplet: E1, CF and BA. RGB value is (225,207,186). Sum of RGB (Red+Green+Blue) = 225+207+186=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFBA is #1E3045. Grayscale: #D2D2D2. Windows color (decimal): -1978438 or 12242913. OLE color: 12242913.

HSL color Cylindrical-coordinate representation of color #E1CFBA: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CFBA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 186 -
CMYK 0 0.08 0.17 0.12
HSL 32.31º 0.39% 0.81% -
HSV(B) 32.31º 0.17% 0.88% -
XYZ 62.23 64.18 55.56 -
YUV 209.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 225 207 186 0 0.08 0.17 0.12 32.31 0.39 0.81
Hex E1 CF BA 0 8 11 C 20 27 51
Octal 341 317 272 0 10 21 14 40 47 121
Binary 11100001 11001111 10111010 0 1000 10001 1100 100000 100111 1010001

Color Harmonies of #E1CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFBA

Black with #E1CFBA

Text Example


Text Example

White with #E1CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFBA; }

 p { color: rgb(225,207,186); }

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

background-color css

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

 a { background-color: rgb(225,207,186); }

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

border-color css

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

 span { border-color: rgb(225,207,186); }

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