Html Css Color HEX #E1D290 Double Colonial White

📋 copy color: '#E1D290'

red 225 ◦ green 210 ◦ blue 144

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

Shades of Double Colonial White #E1D290

Tints of Double Colonial White #E1D290

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

 BLUE value IS 144 (56.64% from 255) = 24.87%

R = 38.86%
G = 36.27%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1D290 (or 0xE1D290) is known color: Double Colonial White. HEX triplet: E1, D2 and 90. RGB value is (225,210,144). Sum of RGB (Red+Green+Blue) = 225+210+144=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D290 is #1E2D6F. Grayscale: #CFCFCF. Windows color (decimal): -1977712 or 9491169. OLE color: 9491169.

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

Color convert

RGB 225 210 144 -
CMYK 0 0.07 0.36 0.12
HSL 48.89º 0.57% 0.72% -
HSV(B) 48.89º 0.36% 0.88% -
XYZ 59.13 64.11 35.64 -
YUV 206.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 225 210 144 0 0.07 0.36 0.12 48.89 0.57 0.72
Hex E1 D2 90 0 7 24 C 31 39 48
Octal 341 322 220 0 7 44 14 61 71 110
Binary 11100001 11010010 10010000 0 111 100100 1100 110001 111001 1001000

Color Harmonies of #E1D290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D290

Black with #E1D290

Text Example


Text Example

White with #E1D290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D290; }

 p { color: rgb(225,210,144); }

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

background-color css

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

 a { background-color: rgb(225,210,144); }

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

border-color css

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

 span { border-color: rgb(225,210,144); }

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