#E8E28F

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

Shades of Primrose #E8E28F

Tints of Primrose #E8E28F

Color information

#E8E28F (or 0xE8E28F) is unknown color: approx Primrose. HEX triplet: E8, E2 and 8F. RGB value is (232,226,143). Sum of RGB (Red+Green+Blue) = 232+226+143=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E28F is #171D70. Grayscale: #DADADA. Windows color (decimal): -1514865 or 9429736. OLE color: 9429736.

HSL color Cylindrical-coordinate representation of color #E8E28F: hue angle of 55.96º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E28F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232226143-
CMYK00.030.380.09
HSL55.96º65.93%73.53%-
HSV(B)55.96º38.36%90.98%-
XYZ65.4373.5336.73-
YUV218.3385.49137.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 143 (56.25% from 255) = 23.79%
R=38.60%
G=37.60%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222614300.030.380.0955.9665.9373.53
HexE8E28F0326938424a
Octal35034221703461170102112
Binary111010001110001010001111011100110100111100010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E28F; }

 p { color: rgb(232,226,143); }

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

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

 a { background-color: rgb(232,226,143); }

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

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

 span { border-color: rgb(232,226,143); }

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