Html Css Color HEX #E2D090 Double Colonial White

📋 copy color: '#E2D090'

red 226 ◦ green 208 ◦ blue 144

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

Shades of Double Colonial White #E2D090

Tints of Double Colonial White #E2D090

RGB

 RED value IS 226 (88.67% from 255) = 39.1%

 GREEN value IS 208 (81.64% from 255) = 35.99%

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

R = 39.1%
G = 35.99%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2D090 (or 0xE2D090) is known color: Double Colonial White. HEX triplet: E2, D0 and 90. RGB value is (226,208,144). Sum of RGB (Red+Green+Blue) = 226+208+144=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D090 is #1D2F6F. Grayscale: #CECECE. Windows color (decimal): -1912688 or 9490658. OLE color: 9490658.

HSL color Cylindrical-coordinate representation of color #E2D090: hue angle of 46.83º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2D090 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 208 144 -
CMYK 0 0.08 0.36 0.11
HSL 46.83º 0.59% 0.73% -
HSV(B) 46.83º 0.36% 0.89% -
XYZ 58.95 63.29 35.5 -
YUV 206.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 226 208 144 0 0.08 0.36 0.11 46.83 0.59 0.73
Hex E2 D0 90 0 8 24 B 2F 3B 49
Octal 342 320 220 0 10 44 13 57 73 111
Binary 11100010 11010000 10010000 0 1000 100100 1011 101111 111011 1001001

Color Harmonies of #E2D090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D090

Black with #E2D090

Text Example


Text Example

White with #E2D090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D090; }

 p { color: rgb(226,208,144); }

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

background-color css

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

 a { background-color: rgb(226,208,144); }

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

border-color css

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

 span { border-color: rgb(226,208,144); }

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