Html Css Color HEX #E2DC8D Primrose

📋 copy color: '#E2DC8D'

red 226 ◦ green 220 ◦ blue 141

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

Shades of Primrose #E2DC8D

Tints of Primrose #E2DC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 141 (55.47% from 255) = 24.02%

R = 38.5%
G = 37.48%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2DC8D (or 0xE2DC8D) is known color: Primrose. HEX triplet: E2, DC and 8D. RGB value is (226,220,141). Sum of RGB (Red+Green+Blue) = 226+220+141=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC8D is #1D2372. Grayscale: #D5D5D5. Windows color (decimal): -1909619 or 9297122. OLE color: 9297122.

HSL color Cylindrical-coordinate representation of color #E2DC8D: hue angle of 55.76º degrees, saturation: 0.59, 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 #E2DC8D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 141 -
CMYK 0 0.03 0.38 0.11
HSL 55.76º 0.59% 0.72% -
HSV(B) 55.76º 0.38% 0.89% -
XYZ 61.76 69.28 35.32 -
YUV 212.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 226 220 141 0 0.03 0.38 0.11 55.76 0.59 0.72
Hex E2 DC 8D 0 3 26 B 38 3B 48
Octal 342 334 215 0 3 46 13 70 73 110
Binary 11100010 11011100 10001101 0 11 100110 1011 111000 111011 1001000

Color Harmonies of #E2DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC8D

Black with #E2DC8D

Text Example


Text Example

White with #E2DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC8D; }

 p { color: rgb(226,220,141); }

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

background-color css

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

 a { background-color: rgb(226,220,141); }

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

border-color css

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

 span { border-color: rgb(226,220,141); }

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