#E0E39C

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

Shades of Primrose #E0E39C

Tints of Primrose #E0E39C

Color information

#E0E39C (or 0xE0E39C) is unknown color: approx Primrose. HEX triplet: E0, E3 and 9C. RGB value is (224,227,156). Sum of RGB (Red+Green+Blue) = 224+227+156=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E39C is #1F1C63. Grayscale: #DADADA. Windows color (decimal): -2038884 or 10281952. OLE color: 10281952.

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

Color convert

RGB224227156-
CMYK0.0100.310.11
HSL62.54º55.91%75.1%-
HSV(B)62.54º31.28%89.02%-
XYZ64.2173.1942.19-
YUV218.0193.01132.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 156 (61.33% from 255) = 25.70%
R=36.90%
G=37.40%
B=25.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242271560.0100.310.1162.5455.9175.1
HexE0E39C101FB3f384b
Octal3403432341037137770113
Binary111000001110001110011100101111110111111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E39C; }

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

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

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

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

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

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

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

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