#EAE291

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

Shades of Primrose #EAE291

Tints of Primrose #EAE291

Color information

#EAE291 (or 0xEAE291) is unknown color: approx Primrose. HEX triplet: EA, E2 and 91. RGB value is (234,226,145). Sum of RGB (Red+Green+Blue) = 234+226+145=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE291 is #151D6E. Grayscale: #DBDBDB. Windows color (decimal): -1383791 or 9560810. OLE color: 9560810.

HSL color Cylindrical-coordinate representation of color #EAE291: hue angle of 54.61º 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 #EAE291 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234226145-
CMYK00.030.380.08
HSL54.61º67.94%74.31%-
HSV(B)54.61º38.03%91.76%-
XYZ66.2473.9337.57-
YUV219.1686.15138.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 145 (57.03% from 255) = 23.97%
R=38.68%
G=37.36%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422614500.030.380.0854.6167.9474.31
HexEAE2910326837444a
Octal35234222103461067104112
Binary111010101110001010010001011100110100011011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE291; }

 p { color: rgb(234,226,145); }

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

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

 a { background-color: rgb(234,226,145); }

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

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

 span { border-color: rgb(234,226,145); }

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