#E1E28A

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

Shades of Primrose #E1E28A

Tints of Primrose #E1E28A

Color information

#E1E28A (or 0xE1E28A) is unknown color: approx Primrose. HEX triplet: E1, E2 and 8A. RGB value is (225,226,138). Sum of RGB (Red+Green+Blue) = 225+226+138=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E28A is #1E1D75. Grayscale: #D8D8D8. Windows color (decimal): -1973622 or 9102049. OLE color: 9102049.

HSL color Cylindrical-coordinate representation of color #E1E28A: hue angle of 60.68º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1E28A is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB225226138-
CMYK0.0000.390.11
HSL60.68º60.27%71.37%-
HSV(B)60.68º38.94%88.63%-
XYZ62.8472.2434.68-
YUV215.6784.17134.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=38.20%
G=38.37%
B=23.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252261380.0000.390.1160.6860.2771.37
HexE1E28A0027B3d3c47
Octal3413422120047137574107
Binary1110000111100010100010100010011110111111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E28A; }

 p { color: rgb(225,226,138); }

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

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

 a { background-color: rgb(225,226,138); }

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

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

 span { border-color: rgb(225,226,138); }

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