#EAE18F

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

Shades of Primrose #EAE18F

Tints of Primrose #EAE18F

Color information

#EAE18F (or 0xEAE18F) is unknown color: approx Primrose. HEX triplet: EA, E1 and 8F. RGB value is (234,225,143). Sum of RGB (Red+Green+Blue) = 234+225+143=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18F is #151E70. Grayscale: #DADADA. Windows color (decimal): -1384049 or 9429482. OLE color: 9429482.

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

Color convert

RGB234225143-
CMYK00.040.390.08
HSL54.07º68.42%73.92%-
HSV(B)54.07º38.89%91.76%-
XYZ65.8173.3336.67-
YUV218.3485.48139.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 143 (56.25% from 255) = 23.75%
R=38.87%
G=37.38%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422514300.040.390.0854.0768.4273.92
HexEAE18F0427836444a
Octal35234121704471066104112
Binary1110101011100001100011110100100111100011011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE18F; }

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

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

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

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

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

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

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

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