Html Css Color HEX #E1DD82 Primrose

📋 copy color: '#E1DD82'

red 225 ◦ green 221 ◦ blue 130

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

Shades of Primrose #E1DD82

Tints of Primrose #E1DD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 130 (51.17% from 255) = 22.57%

R = 39.06%
G = 38.37%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E1DD82 (or 0xE1DD82) is known color: Primrose. HEX triplet: E1, DD and 82. RGB value is (225,221,130). Sum of RGB (Red+Green+Blue) = 225+221+130=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD82 is #1E227D. Grayscale: #D4D4D4. Windows color (decimal): -1974910 or 8576481. OLE color: 8576481.

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

Color convert

RGB 225 221 130 -
CMYK 0 0.02 0.42 0.12
HSL 57.47º 0.61% 0.7% -
HSV(B) 57.47º 0.42% 0.88% -
XYZ 60.94 69.33 31.29 -
YUV 211.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 225 221 130 0 0.02 0.42 0.12 57.47 0.61 0.7
Hex E1 DD 82 0 2 2A C 39 3D 46
Octal 341 335 202 0 2 52 14 71 75 106
Binary 11100001 11011101 10000010 0 10 101010 1100 111001 111101 1000110

Color Harmonies of #E1DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD82

Black with #E1DD82

Text Example


Text Example

White with #E1DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD82; }

 p { color: rgb(225,221,130); }

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

background-color css

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

 a { background-color: rgb(225,221,130); }

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

border-color css

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

 span { border-color: rgb(225,221,130); }

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