Html Css Color HEX #E1D588 Primrose

📋 copy color: '#E1D588'

red 225 ◦ green 213 ◦ blue 136

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

Shades of Primrose #E1D588

Tints of Primrose #E1D588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.11%

 BLUE value IS 136 (53.52% from 255) = 23.69%

R = 39.2%
G = 37.11%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E1D588 (or 0xE1D588) is known color: Primrose. HEX triplet: E1, D5 and 88. RGB value is (225,213,136). Sum of RGB (Red+Green+Blue) = 225+213+136=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D588 is #1E2A77. Grayscale: #D0D0D0. Windows color (decimal): -1976952 or 8967649. OLE color: 8967649.

HSL color Cylindrical-coordinate representation of color #E1D588: hue angle of 51.91º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1D588 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 136 -
CMYK 0 0.05 0.40 0.12
HSL 51.91º 0.6% 0.71% -
HSV(B) 51.91º 0.4% 0.88% -
XYZ 59.29 65.37 32.79 -
YUV 207.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 225 213 136 0 0.05 0.40 0.12 51.91 0.6 0.71
Hex E1 D5 88 0 5 28 C 34 3C 47
Octal 341 325 210 0 5 50 14 64 74 107
Binary 11100001 11010101 10001000 0 101 101000 1100 110100 111100 1000111

Color Harmonies of #E1D588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D588

Black with #E1D588

Text Example


Text Example

White with #E1D588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D588; }

 p { color: rgb(225,213,136); }

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

background-color css

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

 a { background-color: rgb(225,213,136); }

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

border-color css

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

 span { border-color: rgb(225,213,136); }

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