#EADE90

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

Shades of Primrose #EADE90

Tints of Primrose #EADE90

Color information

#EADE90 (or 0xEADE90) is unknown color: approx Primrose. HEX triplet: EA, DE and 90. RGB value is (234,222,144). Sum of RGB (Red+Green+Blue) = 234+222+144=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE90 is #15216F. Grayscale: #D9D9D9. Windows color (decimal): -1384816 or 9494250. OLE color: 9494250.

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

Color convert

RGB234222144-
CMYK00.050.380.08
HSL52º68.18%74.12%-
HSV(B)52º38.46%91.76%-
XYZ65.0971.7536.8-
YUV216.786.98140.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 144 (56.64% from 255) = 24%
R=39%
G=37%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422214400.050.380.085268.1874.12
HexEADE900526834444a
Octal35233622005461064104112
Binary1110101011011110100100000101100110100011010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE90; }

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

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

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

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

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

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

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

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