Html Css Color HEX #E1DC8B Primrose

📋 copy color: '#E1DC8B'

red 225 ◦ green 220 ◦ blue 139

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

Shades of Primrose #E1DC8B

Tints of Primrose #E1DC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.8%

R = 38.53%
G = 37.67%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1DC8B (or 0xE1DC8B) is known color: Primrose. HEX triplet: E1, DC and 8B. RGB value is (225,220,139). Sum of RGB (Red+Green+Blue) = 225+220+139=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC8B is #1E2374. Grayscale: #D4D4D4. Windows color (decimal): -1975157 or 9166049. OLE color: 9166049.

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

Color convert

RGB 225 220 139 -
CMYK 0 0.02 0.38 0.12
HSL 56.51º 0.59% 0.71% -
HSV(B) 56.51º 0.38% 0.88% -
XYZ 61.3 69.06 34.52 -
YUV 212.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 225 220 139 0 0.02 0.38 0.12 56.51 0.59 0.71
Hex E1 DC 8B 0 2 26 C 39 3B 47
Octal 341 334 213 0 2 46 14 71 73 107
Binary 11100001 11011100 10001011 0 10 100110 1100 111001 111011 1000111

Color Harmonies of #E1DC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC8B

Black with #E1DC8B

Text Example


Text Example

White with #E1DC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC8B; }

 p { color: rgb(225,220,139); }

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

background-color css

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

 a { background-color: rgb(225,220,139); }

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

border-color css

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

 span { border-color: rgb(225,220,139); }

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