#E2D695

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

Shades of Primrose #E2D695

Tints of Primrose #E2D695

Color information

#E2D695 (or 0xE2D695) is unknown color: approx Primrose. HEX triplet: E2, D6 and 95. RGB value is (226,214,149). Sum of RGB (Red+Green+Blue) = 226+214+149=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D695 is #1D296A. Grayscale: #D2D2D2. Windows color (decimal): -1911147 or 9819874. OLE color: 9819874.

HSL color Cylindrical-coordinate representation of color #E2D695: hue angle of 50.65º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2D695 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226214149-
CMYK00.050.340.11
HSL50.65º57.04%73.53%-
HSV(B)50.65º34.07%88.63%-
XYZ60.8466.4338.05-
YUV210.1893.48139.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=38.37%
G=36.33%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621414900.050.340.1150.6557.0473.53
HexE2D6950522B33394a
Octal3423262250542136371112
Binary111000101101011010010101010110001010111100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D695; }

 p { color: rgb(226,214,149); }

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

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

 a { background-color: rgb(226,214,149); }

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

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

 span { border-color: rgb(226,214,149); }

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