Html Css Color HEX #E2D092 Double Colonial White

📋 copy color: '#E2D092'

red 226 ◦ green 208 ◦ blue 146

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

Shades of Double Colonial White #E2D092

Tints of Double Colonial White #E2D092

RGB

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

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

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

R = 38.97%
G = 35.86%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2D092 (or 0xE2D092) is known color: Double Colonial White. HEX triplet: E2, D0 and 92. RGB value is (226,208,146). Sum of RGB (Red+Green+Blue) = 226+208+146=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D092 is #1D2F6D. Grayscale: #CECECE. Windows color (decimal): -1912686 or 9621730. OLE color: 9621730.

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

Color convert

RGB 226 208 146 -
CMYK 0 0.08 0.35 0.11
HSL 46.5º 0.58% 0.73% -
HSV(B) 46.5º 0.35% 0.89% -
XYZ 59.11 63.36 36.31 -
YUV 206.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 226 208 146 0 0.08 0.35 0.11 46.5 0.58 0.73
Hex E2 D0 92 0 8 23 B 2E 3A 49
Octal 342 320 222 0 10 43 13 56 72 111
Binary 11100010 11010000 10010010 0 1000 100011 1011 101110 111010 1001001

Color Harmonies of #E2D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D092

Black with #E2D092

Text Example


Text Example

White with #E2D092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D092; }

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

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

background-color css

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

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

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

border-color css

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

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

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