#EADE97

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

Shades of Primrose #EADE97

Tints of Primrose #EADE97

Color information

#EADE97 (or 0xEADE97) is unknown color: approx Primrose. HEX triplet: EA, DE and 97. RGB value is (234,222,151). Sum of RGB (Red+Green+Blue) = 234+222+151=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE97 is #152168. Grayscale: #D9D9D9. Windows color (decimal): -1384809 or 9953002. OLE color: 9953002.

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

Color convert

RGB234222151-
CMYK00.050.350.08
HSL51.33º66.4%75.49%-
HSV(B)51.33º35.47%91.76%-
XYZ65.6471.9739.71-
YUV217.4990.48139.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=38.55%
G=36.57%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422215100.050.350.0851.3366.475.49
HexEADE970523833424b
Octal35233622705431063102113
Binary1110101011011110100101110101100011100011001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE97; }

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

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

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

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

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

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

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

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