Html Css Color HEX #E1DA84 Primrose

📋 copy color: '#E1DA84'

red 225 ◦ green 218 ◦ blue 132

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

Shades of Primrose #E1DA84

Tints of Primrose #E1DA84

RGB

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

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

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

R = 39.13%
G = 37.91%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1DA84 (or 0xE1DA84) is known color: Primrose. HEX triplet: E1, DA and 84. RGB value is (225,218,132). Sum of RGB (Red+Green+Blue) = 225+218+132=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA84 is #1E257B. Grayscale: #D2D2D2. Windows color (decimal): -1975676 or 8706785. OLE color: 8706785.

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

Color convert

RGB 225 218 132 -
CMYK 0 0.03 0.41 0.12
HSL 55.48º 0.61% 0.7% -
HSV(B) 55.48º 0.41% 0.88% -
XYZ 60.29 67.82 31.74 -
YUV 210.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 225 218 132 0 0.03 0.41 0.12 55.48 0.61 0.7
Hex E1 DA 84 0 3 29 C 37 3D 46
Octal 341 332 204 0 3 51 14 67 75 106
Binary 11100001 11011010 10000100 0 11 101001 1100 110111 111101 1000110

Color Harmonies of #E1DA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA84

Black with #E1DA84

Text Example


Text Example

White with #E1DA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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