Html Css Color HEX #E1CFAF Spanish White

📋 copy color: '#E1CFAF'

red 225 ◦ green 207 ◦ blue 175

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

Shades of Spanish White #E1CFAF

Tints of Spanish White #E1CFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.83%

R = 37.07%
G = 34.1%
B = 28.83%

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

#E1CFAF (or 0xE1CFAF) is known color: Spanish White. HEX triplet: E1, CF and AF. RGB value is (225,207,175). Sum of RGB (Red+Green+Blue) = 225+207+175=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CFAF is #1E3050. Grayscale: #D0D0D0. Windows color (decimal): -1978449 or 11522017. OLE color: 11522017.

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

Color convert

RGB 225 207 175 -
CMYK 0 0.08 0.22 0.12
HSL 38.4º 0.45% 0.78% -
HSV(B) 38.4º 0.22% 0.88% -
XYZ 61.1 63.73 49.64 -
YUV 208.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 225 207 175 0 0.08 0.22 0.12 38.4 0.45 0.78
Hex E1 CF AF 0 8 16 C 26 2D 4E
Octal 341 317 257 0 10 26 14 46 55 116
Binary 11100001 11001111 10101111 0 1000 10110 1100 100110 101101 1001110

Color Harmonies of #E1CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFAF

Black with #E1CFAF

Text Example


Text Example

White with #E1CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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