#EAE18D

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

Shades of Primrose #EAE18D

Tints of Primrose #EAE18D

Color information

#EAE18D (or 0xEAE18D) is unknown color: approx Primrose. HEX triplet: EA, E1 and 8D. RGB value is (234,225,141). Sum of RGB (Red+Green+Blue) = 234+225+141=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18D is #151E72. Grayscale: #DADADA. Windows color (decimal): -1384051 or 9298410. OLE color: 9298410.

HSL color Cylindrical-coordinate representation of color #EAE18D: hue angle of 54.19º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE18D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234225141-
CMYK00.040.400.08
HSL54.19º68.89%73.53%-
HSV(B)54.19º39.74%91.76%-
XYZ65.6673.2735.88-
YUV218.1284.48139.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 141 (55.47% from 255) = 23.5%
R=39%
G=37.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422514100.040.400.0854.1968.8973.53
HexEAE18D0428836454a
Octal35234121504501066105112
Binary1110101011100001100011010100101000100011011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE18D; }

 p { color: rgb(234,225,141); }

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

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

 a { background-color: rgb(234,225,141); }

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

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

 span { border-color: rgb(234,225,141); }

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