Html Css Color HEX #E1CFB0 Spanish White

📋 copy color: '#E1CFB0'

red 225 ◦ green 207 ◦ blue 176

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

Shades of Spanish White #E1CFB0

Tints of Spanish White #E1CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.95%

R = 37.01%
G = 34.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1CFB0 (or 0xE1CFB0) is known color: Spanish White. HEX triplet: E1, CF and B0. RGB value is (225,207,176). Sum of RGB (Red+Green+Blue) = 225+207+176=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CFB0 is #1E304F. Grayscale: #D0D0D0. Windows color (decimal): -1978448 or 11587553. OLE color: 11587553.

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

Color convert

RGB 225 207 176 -
CMYK 0 0.08 0.22 0.12
HSL 37.96º 0.45% 0.79% -
HSV(B) 37.96º 0.22% 0.88% -
XYZ 61.2 63.77 50.16 -
YUV 208.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 225 207 176 0 0.08 0.22 0.12 37.96 0.45 0.79
Hex E1 CF B0 0 8 16 C 26 2D 4F
Octal 341 317 260 0 10 26 14 46 55 117
Binary 11100001 11001111 10110000 0 1000 10110 1100 100110 101101 1001111

Color Harmonies of #E1CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFB0

Black with #E1CFB0

Text Example


Text Example

White with #E1CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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