#EAE18B

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

Shades of Primrose #EAE18B

Tints of Primrose #EAE18B

Color information

#EAE18B (or 0xEAE18B) is unknown color: approx Primrose. HEX triplet: EA, E1 and 8B. RGB value is (234,225,139). Sum of RGB (Red+Green+Blue) = 234+225+139=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18B is #151E74. Grayscale: #DADADA. Windows color (decimal): -1384053 or 9167338. OLE color: 9167338.

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

Color convert

RGB234225139-
CMYK00.040.410.08
HSL54.32º69.34%73.14%-
HSV(B)54.32º40.6%91.76%-
XYZ65.5273.2135.1-
YUV217.8983.48139.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 225 (88.28% from 255) = 37.63%
BLUE value IS 139 (54.69% from 255) = 23.24%
R=39.13%
G=37.63%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422513900.040.410.0854.3269.3473.14
HexEAE18B04298364549
Octal35234121304511066105111
Binary1110101011100001100010110100101001100011011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE18B; }

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

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

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

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

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

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

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

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