#E0D88A

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

Shades of Primrose #E0D88A

Tints of Primrose #E0D88A

Color information

#E0D88A (or 0xE0D88A) is unknown color: approx Primrose. HEX triplet: E0, D8 and 8A. RGB value is (224,216,138). Sum of RGB (Red+Green+Blue) = 224+216+138=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D88A is #1F2775. Grayscale: #D1D1D1. Windows color (decimal): -2041718 or 9099488. OLE color: 9099488.

HSL color Cylindrical-coordinate representation of color #E0D88A: hue angle of 54.42º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0D88A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224216138-
CMYK00.040.380.12
HSL54.42º58.11%70.98%-
HSV(B)54.42º38.39%87.84%-
XYZ59.8866.7933.78-
YUV209.587.65138.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 138 (54.30% from 255) = 23.88%
R=38.75%
G=37.37%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421613800.040.380.1254.4258.1170.98
HexE0D88A0426C363a47
Octal3403302120446146672107
Binary111000001101100010001010010010011011001101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D88A; }

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

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

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

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

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

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

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

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