#E4E48A

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

Shades of Primrose #E4E48A

Tints of Primrose #E4E48A

Color information

#E4E48A (or 0xE4E48A) is unknown color: approx Primrose. HEX triplet: E4, E4 and 8A. RGB value is (228,228,138). Sum of RGB (Red+Green+Blue) = 228+228+138=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 228 - color contains mainly: red, green. Hex color #E4E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E48A is #1B1B75. Grayscale: #DADADA. Windows color (decimal): -1776502 or 9102564. OLE color: 9102564.

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

Color convert

RGB228228138-
CMYK000.390.11
HSL60º62.5%71.76%-
HSV(B)60º39.47%89.41%-
XYZ64.3373.8234.9-
YUV217.7483135.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.38%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 138 (54.30% from 255) = 23.23%
R=38.38%
G=38.38%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228228138000.390.116062.571.76
HexE4E48A0027B3c3e48
Octal3443442120047137476110
Binary1110010011100100100010100010011110111111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E48A; }

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

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

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

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

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

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

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

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