Html Css Color HEX #E1CF9A Double Colonial White

📋 copy color: '#E1CF9A'

red 225 ◦ green 207 ◦ blue 154

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

Shades of Double Colonial White #E1CF9A

Tints of Double Colonial White #E1CF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.28%

R = 38.4%
G = 35.32%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1CF9A (or 0xE1CF9A) is known color: Double Colonial White. HEX triplet: E1, CF and 9A. RGB value is (225,207,154). Sum of RGB (Red+Green+Blue) = 225+207+154=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF9A is #1E3065. Grayscale: #CECECE. Windows color (decimal): -1978470 or 10145761. OLE color: 10145761.

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

Color convert

RGB 225 207 154 -
CMYK 0 0.08 0.32 0.12
HSL 44.79º 0.54% 0.74% -
HSV(B) 44.79º 0.32% 0.88% -
XYZ 59.2 62.97 39.61 -
YUV 206.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 225 207 154 0 0.08 0.32 0.12 44.79 0.54 0.74
Hex E1 CF 9A 0 8 20 C 2D 36 4A
Octal 341 317 232 0 10 40 14 55 66 112
Binary 11100001 11001111 10011010 0 1000 100000 1100 101101 110110 1001010

Color Harmonies of #E1CF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF9A

Black with #E1CF9A

Text Example


Text Example

White with #E1CF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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