Html Css Color HEX #E1D492 Double Colonial White

📋 copy color: '#E1D492'

red 225 ◦ green 212 ◦ blue 146

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

Shades of Double Colonial White #E1D492

Tints of Double Colonial White #E1D492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

 BLUE value IS 146 (57.42% from 255) = 25.04%

R = 38.59%
G = 36.36%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E1D492 (or 0xE1D492) is known color: Double Colonial White. HEX triplet: E1, D4 and 92. RGB value is (225,212,146). Sum of RGB (Red+Green+Blue) = 225+212+146=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D492 is #1E2B6D. Grayscale: #D0D0D0. Windows color (decimal): -1977198 or 9622753. OLE color: 9622753.

HSL color Cylindrical-coordinate representation of color #E1D492: hue angle of 50.13º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1D492 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 212 146 -
CMYK 0 0.06 0.35 0.12
HSL 50.13º 0.57% 0.73% -
HSV(B) 50.13º 0.35% 0.88% -
XYZ 59.78 65.17 36.62 -
YUV 208.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 225 212 146 0 0.06 0.35 0.12 50.13 0.57 0.73
Hex E1 D4 92 0 6 23 C 32 39 49
Octal 341 324 222 0 6 43 14 62 71 111
Binary 11100001 11010100 10010010 0 110 100011 1100 110010 111001 1001001

Color Harmonies of #E1D492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D492

Black with #E1D492

Text Example


Text Example

White with #E1D492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D492; }

 p { color: rgb(225,212,146); }

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

background-color css

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

 a { background-color: rgb(225,212,146); }

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

border-color css

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

 span { border-color: rgb(225,212,146); }

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