#E8E48A

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

Shades of Primrose #E8E48A

Tints of Primrose #E8E48A

Color information

#E8E48A (or 0xE8E48A) is unknown color: approx Primrose. HEX triplet: E8, E4 and 8A. RGB value is (232,228,138). Sum of RGB (Red+Green+Blue) = 232+228+138=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E48A is #171B75. Grayscale: #DBDBDB. Windows color (decimal): -1514358 or 9102568. OLE color: 9102568.

HSL color Cylindrical-coordinate representation of color #E8E48A: hue angle of 57.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8E48A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB232228138-
CMYK00.020.410.09
HSL57.45º67.14%72.55%-
HSV(B)57.45º40.52%90.98%-
XYZ65.6174.4834.96-
YUV218.9482.33137.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 138 (54.30% from 255) = 23.08%
R=38.80%
G=38.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222813800.020.410.0957.4567.1472.55
HexE8E48A02299394349
Octal35034421202511171103111
Binary111010001110010010001010010101001100111100110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E48A; }

 p { color: rgb(232,228,138); }

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

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

 a { background-color: rgb(232,228,138); }

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

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

 span { border-color: rgb(232,228,138); }

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