#E2D794

Color #E2D794 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E2D794

Tints of Primrose #E2D794

Color information

#E2D794 (or 0xE2D794) is unknown color: approx Primrose. HEX triplet: E2, D7 and 94. RGB value is (226,215,148). Sum of RGB (Red+Green+Blue) = 226+215+148=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D794 is #1D286B. Grayscale: #D2D2D2. Windows color (decimal): -1910892 or 9754594. OLE color: 9754594.

HSL color Cylindrical-coordinate representation of color #E2D794: hue angle of 51.54º degrees, saturation: 0.57, 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 #E2D794 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226215148-
CMYK00.050.350.11
HSL51.54º57.35%73.33%-
HSV(B)51.54º34.51%88.63%-
XYZ61.0166.9137.72-
YUV210.6592.64138.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=38.37%
G=36.50%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621514800.050.350.1151.5457.3573.33
HexE2D7940523B343949
Octal3423272240543136471111
Binary111000101101011110010100010110001110111101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D794; }

 p { color: rgb(226,215,148); }

 H1.HeaderClassName
 {
   color: #E2D794;
 }
 .AnyTagClassName
 {
   color: #E2D794;
 }
</style>
background-color css

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

 a { background-color: rgb(226,215,148); }

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

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

 span { border-color: rgb(226,215,148); }

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