Html Css Color HEX #E1DA8D Primrose

📋 copy color: '#E1DA8D'

red 225 ◦ green 218 ◦ blue 141

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

Shades of Primrose #E1DA8D

Tints of Primrose #E1DA8D

RGB

 RED value IS 225 (88.28% from 255) = 38.53%

 GREEN value IS 218 (85.55% from 255) = 37.33%

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

R = 38.53%
G = 37.33%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1DA8D (or 0xE1DA8D) is known color: Primrose. HEX triplet: E1, DA and 8D. RGB value is (225,218,141). Sum of RGB (Red+Green+Blue) = 225+218+141=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA8D is #1E2572. Grayscale: #D3D3D3. Windows color (decimal): -1975667 or 9296609. OLE color: 9296609.

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

Color convert

RGB 225 218 141 -
CMYK 0 0.03 0.37 0.12
HSL 55º 0.58% 0.72% -
HSV(B) 55º 0.37% 0.88% -
XYZ 60.93 68.07 35.13 -
YUV 211.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 225 218 141 0 0.03 0.37 0.12 55 0.58 0.72
Hex E1 DA 8D 0 3 25 C 37 3A 48
Octal 341 332 215 0 3 45 14 67 72 110
Binary 11100001 11011010 10001101 0 11 100101 1100 110111 111010 1001000

Color Harmonies of #E1DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA8D

Black with #E1DA8D

Text Example


Text Example

White with #E1DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA8D; }

 p { color: rgb(225,218,141); }

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

background-color css

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

 a { background-color: rgb(225,218,141); }

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

border-color css

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

 span { border-color: rgb(225,218,141); }

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