Html Css Color HEX #E0D88C Primrose

📋 copy color: '#E0D88C'

red 224 ◦ green 216 ◦ blue 140

#E0D88C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #E0D88C

Tints of Primrose #E0D88C

RGB

 RED value IS 224 (87.89% from 255) = 38.62%

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 38.62%
G = 37.24%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0D88C (or 0xE0D88C) is known color: Primrose. HEX triplet: E0, D8 and 8C. RGB value is (224,216,140). Sum of RGB (Red+Green+Blue) = 224+216+140=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D88C is #1F2773. Grayscale: #D2D2D2. Windows color (decimal): -2041716 or 9230560. OLE color: 9230560.

HSL color Cylindrical-coordinate representation of color #E0D88C: hue angle of 54.29º 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 #E0D88C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 216 140 -
CMYK 0 0.04 0.38 0.12
HSL 54.29º 0.58% 0.71% -
HSV(B) 54.29º 0.38% 0.88% -
XYZ 60.03 66.85 34.55 -
YUV 209.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 224 216 140 0 0.04 0.38 0.12 54.29 0.58 0.71
Hex E0 D8 8C 0 4 26 C 36 3A 47
Octal 340 330 214 0 4 46 14 66 72 107
Binary 11100000 11011000 10001100 0 100 100110 1100 110110 111010 1000111

Color Harmonies of #E0D88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D88C

Black with #E0D88C

Text Example


Text Example

White with #E0D88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D88C; }

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

 H1.HeaderClassName
 {
   color: #E0D88C;
 }
 .AnyTagClassName
 {
   color: #E0D88C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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