#E3DF94

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

Shades of Primrose #E3DF94

Tints of Primrose #E3DF94

Color information

#E3DF94 (or 0xE3DF94) is unknown color: approx Primrose. HEX triplet: E3, DF and 94. RGB value is (227,223,148). Sum of RGB (Red+Green+Blue) = 227+223+148=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DF94 is #1C206B. Grayscale: #D7D7D7. Windows color (decimal): -1843308 or 9756643. OLE color: 9756643.

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

Color convert

RGB227223148-
CMYK00.020.350.11
HSL56.96º58.52%73.53%-
HSV(B)56.96º34.8%89.02%-
XYZ63.4171.2438.43-
YUV215.6589.83136.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=37.96%
G=37.29%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722314800.020.350.1156.9658.5273.53
HexE3DF940223B393b4a
Octal3433372240243137173112
Binary11100011110111111001010001010001110111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DF94; }

 p { color: rgb(227,223,148); }

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

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

 a { background-color: rgb(227,223,148); }

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

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

 span { border-color: rgb(227,223,148); }

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