#E0D38F

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

Shades of Primrose #E0D38F

Tints of Primrose #E0D38F

Color information

#E0D38F (or 0xE0D38F) is unknown color: approx Primrose. HEX triplet: E0, D3 and 8F. RGB value is (224,211,143). Sum of RGB (Red+Green+Blue) = 224+211+143=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D38F is #1F2C70. Grayscale: #CFCFCF. Windows color (decimal): -2042993 or 9425888. OLE color: 9425888.

HSL color Cylindrical-coordinate representation of color #E0D38F: hue angle of 50.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0D38F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224211143-
CMYK00.060.360.12
HSL50.37º56.64%71.96%-
HSV(B)50.37º36.16%87.84%-
XYZ58.9964.4235.31-
YUV207.1491.81140.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 143 (56.25% from 255) = 24.74%
R=38.75%
G=36.51%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421114300.060.360.1250.3756.6471.96
HexE0D38F0624C323948
Octal3403232170644146271110
Binary111000001101001110001111011010010011001100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D38F; }

 p { color: rgb(224,211,143); }

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

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

 a { background-color: rgb(224,211,143); }

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

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

 span { border-color: rgb(224,211,143); }

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