Html Css Color HEX #E2DD8C Primrose

📋 copy color: '#E2DD8C'

red 226 ◦ green 221 ◦ blue 140

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

Shades of Primrose #E2DD8C

Tints of Primrose #E2DD8C

RGB

 RED value IS 226 (88.67% from 255) = 38.5%

 GREEN value IS 221 (86.72% from 255) = 37.65%

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

R = 38.5%
G = 37.65%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2DD8C (or 0xE2DD8C) is known color: Primrose. HEX triplet: E2, DD and 8C. RGB value is (226,221,140). Sum of RGB (Red+Green+Blue) = 226+221+140=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD8C is #1D2273. Grayscale: #D5D5D5. Windows color (decimal): -1909364 or 9231842. OLE color: 9231842.

HSL color Cylindrical-coordinate representation of color #E2DD8C: hue angle of 56.51º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2DD8C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 140 -
CMYK 0 0.02 0.38 0.11
HSL 56.51º 0.6% 0.72% -
HSV(B) 56.51º 0.38% 0.89% -
XYZ 61.95 69.78 35.01 -
YUV 213.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 226 221 140 0 0.02 0.38 0.11 56.51 0.6 0.72
Hex E2 DD 8C 0 2 26 B 39 3C 48
Octal 342 335 214 0 2 46 13 71 74 110
Binary 11100010 11011101 10001100 0 10 100110 1011 111001 111100 1001000

Color Harmonies of #E2DD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD8C

Black with #E2DD8C

Text Example


Text Example

White with #E2DD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD8C; }

 p { color: rgb(226,221,140); }

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

background-color css

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

 a { background-color: rgb(226,221,140); }

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

border-color css

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

 span { border-color: rgb(226,221,140); }

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