#EAE19C

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

Shades of Primrose #EAE19C

Tints of Primrose #EAE19C

Color information

#EAE19C (or 0xEAE19C) is unknown color: approx Primrose. HEX triplet: EA, E1 and 9C. RGB value is (234,225,156). Sum of RGB (Red+Green+Blue) = 234+225+156=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE19C is #151E63. Grayscale: #DCDCDC. Windows color (decimal): -1384036 or 10281450. OLE color: 10281450.

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

Color convert

RGB234225156-
CMYK00.040.330.08
HSL53.08º65%76.47%-
HSV(B)53.08º33.33%91.76%-
XYZ66.8673.7442.16-
YUV219.8291.98138.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 156 (61.33% from 255) = 25.37%
R=38.05%
G=36.59%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422515600.040.330.0853.086576.47
HexEAE19C0421835414c
Octal35234123404411065101114
Binary1110101011100001100111000100100001100011010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE19C; }

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

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

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

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

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

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

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

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