#E3DA98

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

Shades of Primrose #E3DA98

Tints of Primrose #E3DA98

Color information

#E3DA98 (or 0xE3DA98) is unknown color: approx Primrose. HEX triplet: E3, DA and 98. RGB value is (227,218,152). Sum of RGB (Red+Green+Blue) = 227+218+152=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DA98 is #1C2567. Grayscale: #D5D5D5. Windows color (decimal): -1844584 or 10017507. OLE color: 10017507.

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

Color convert

RGB227218152-
CMYK00.040.330.11
HSL52.8º57.25%74.31%-
HSV(B)52.8º33.04%89.02%-
XYZ62.4268.7439.68-
YUV213.1793.48137.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.02%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 152 (59.77% from 255) = 25.46%
R=38.02%
G=36.52%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721815200.040.330.1152.857.2574.31
HexE3DA980421B35394a
Octal3433322300441136571112
Binary111000111101101010011000010010000110111101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DA98; }

 p { color: rgb(227,218,152); }

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

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

 a { background-color: rgb(227,218,152); }

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

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

 span { border-color: rgb(227,218,152); }

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