#E0E39B

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

Shades of Primrose #E0E39B

Tints of Primrose #E0E39B

Color information

#E0E39B (or 0xE0E39B) is unknown color: approx Primrose. HEX triplet: E0, E3 and 9B. RGB value is (224,227,155). Sum of RGB (Red+Green+Blue) = 224+227+155=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E39B is #1F1C64. Grayscale: #DADADA. Windows color (decimal): -2038885 or 10216416. OLE color: 10216416.

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

Color convert

RGB224227155-
CMYK0.0100.320.11
HSL62.5º56.25%74.9%-
HSV(B)62.5º31.72%89.02%-
XYZ64.1373.1541.75-
YUV217.992.51132.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 227 (89.06% from 255) = 37.46%
BLUE value IS 155 (60.94% from 255) = 25.58%
R=36.96%
G=37.46%
B=25.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242271550.0100.320.1162.556.2574.9
HexE0E39B1020B3e384b
Octal3403432331040137670113
Binary1110000011100011100110111010000010111111101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E39B; }

 p { color: rgb(224,227,155); }

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

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

 a { background-color: rgb(224,227,155); }

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

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

 span { border-color: rgb(224,227,155); }

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