#EADE95

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

Shades of Primrose #EADE95

Tints of Primrose #EADE95

Color information

#EADE95 (or 0xEADE95) is unknown color: approx Primrose. HEX triplet: EA, DE and 95. RGB value is (234,222,149). Sum of RGB (Red+Green+Blue) = 234+222+149=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE95 is #15216A. Grayscale: #D9D9D9. Windows color (decimal): -1384811 or 9821930. OLE color: 9821930.

HSL color Cylindrical-coordinate representation of color #EADE95: hue angle of 51.53º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EADE95 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234222149-
CMYK00.050.360.08
HSL51.53º66.93%75.1%-
HSV(B)51.53º36.32%91.76%-
XYZ65.4871.938.86-
YUV217.2789.48139.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=38.68%
G=36.69%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422214900.050.360.0851.5366.9375.1
HexEADE950524834434b
Octal35233622505441064103113
Binary1110101011011110100101010101100100100011010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE95; }

 p { color: rgb(234,222,149); }

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

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

 a { background-color: rgb(234,222,149); }

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

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

 span { border-color: rgb(234,222,149); }

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