#E4E29B

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

Shades of Primrose #E4E29B

Tints of Primrose #E4E29B

Color information

#E4E29B (or 0xE4E29B) is unknown color: approx Primrose. HEX triplet: E4, E2 and 9B. RGB value is (228,226,155). Sum of RGB (Red+Green+Blue) = 228+226+155=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E29B is #1B1D64. Grayscale: #DADADA. Windows color (decimal): -1776997 or 10216164. OLE color: 10216164.

HSL color Cylindrical-coordinate representation of color #E4E29B: hue angle of 58.36º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4E29B is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228226155-
CMYK00.010.320.11
HSL58.36º57.48%75.1%-
HSV(B)58.36º32.02%89.41%-
XYZ65.1173.2541.72-
YUV218.592.16134.77-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 226 (88.67% from 255) = 37.11%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=37.44%
G=37.11%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822615500.010.320.1158.3657.4875.1
HexE4E29B0120B3a394b
Octal3443422330140137271113
Binary1110010011100010100110110110000010111110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E29B; }

 p { color: rgb(228,226,155); }

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

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

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

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

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

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

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