Html Css Color HEX #E1CF9B Double Colonial White

📋 copy color: '#E1CF9B'

red 225 ◦ green 207 ◦ blue 155

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

Shades of Double Colonial White #E1CF9B

Tints of Double Colonial White #E1CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 38.33%
G = 35.26%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1CF9B (or 0xE1CF9B) is known color: Double Colonial White. HEX triplet: E1, CF and 9B. RGB value is (225,207,155). Sum of RGB (Red+Green+Blue) = 225+207+155=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF9B is #1E3064. Grayscale: #CECECE. Windows color (decimal): -1978469 or 10211297. OLE color: 10211297.

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

Color convert

RGB 225 207 155 -
CMYK 0 0.08 0.31 0.12
HSL 44.57º 0.54% 0.75% -
HSV(B) 44.57º 0.31% 0.88% -
XYZ 59.28 63 40.05 -
YUV 206.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 225 207 155 0 0.08 0.31 0.12 44.57 0.54 0.75
Hex E1 CF 9B 0 8 1F C 2D 36 4B
Octal 341 317 233 0 10 37 14 55 66 113
Binary 11100001 11001111 10011011 0 1000 11111 1100 101101 110110 1001011

Color Harmonies of #E1CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF9B

Black with #E1CF9B

Text Example


Text Example

White with #E1CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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