Html Css Color HEX #E5DC84 Primrose

📋 copy color: '#E5DC84'

red 229 ◦ green 220 ◦ blue 132

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

Shades of Primrose #E5DC84

Tints of Primrose #E5DC84

RGB

 RED value IS 229 (89.84% from 255) = 39.41%

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

 BLUE value IS 132 (51.95% from 255) = 22.72%

R = 39.41%
G = 37.87%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5DC84 (or 0xE5DC84) is known color: Primrose. HEX triplet: E5, DC and 84. RGB value is (229,220,132). Sum of RGB (Red+Green+Blue) = 229+220+132=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC84 is #1A237B. Grayscale: #D5D5D5. Windows color (decimal): -1713020 or 8707301. OLE color: 8707301.

HSL color Cylindrical-coordinate representation of color #E5DC84: hue angle of 54.43º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5DC84 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 132 -
CMYK 0 0.04 0.42 0.10
HSL 54.43º 0.65% 0.71% -
HSV(B) 54.43º 0.42% 0.9% -
XYZ 62.07 69.51 31.98 -
YUV 212.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 229 220 132 0 0.04 0.42 0.10 54.43 0.65 0.71
Hex E5 DC 84 0 4 2A A 36 41 47
Octal 345 334 204 0 4 52 12 66 101 107
Binary 11100101 11011100 10000100 0 100 101010 1010 110110 1000001 1000111

Color Harmonies of #E5DC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC84

Black with #E5DC84

Text Example


Text Example

White with #E5DC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC84; }

 p { color: rgb(229,220,132); }

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

background-color css

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

 a { background-color: rgb(229,220,132); }

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

border-color css

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

 span { border-color: rgb(229,220,132); }

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