#E0E28A

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

Shades of Primrose #E0E28A

Tints of Primrose #E0E28A

Color information

#E0E28A (or 0xE0E28A) is unknown color: approx Primrose. HEX triplet: E0, E2 and 8A. RGB value is (224,226,138). Sum of RGB (Red+Green+Blue) = 224+226+138=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E28A is #1F1D75. Grayscale: #D7D7D7. Windows color (decimal): -2039158 or 9102048. OLE color: 9102048.

HSL color Cylindrical-coordinate representation of color #E0E28A: hue angle of 61.36º 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 #E0E28A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB224226138-
CMYK0.0100.390.11
HSL61.36º60.27%71.37%-
HSV(B)61.36º38.94%88.63%-
XYZ62.5272.0734.66-
YUV215.3784.34134.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 226 (88.67% from 255) = 38.44%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=38.10%
G=38.44%
B=23.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261380.0100.390.1161.3660.2771.37
HexE0E28A1027B3d3c47
Octal3403422121047137574107
Binary1110000011100010100010101010011110111111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E28A; }

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

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

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

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

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

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

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

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