Html Css Color HEX #E1E086 Primrose

📋 copy color: '#E1E086'

red 225 ◦ green 224 ◦ blue 134

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

Shades of Primrose #E1E086

Tints of Primrose #E1E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.42%

 BLUE value IS 134 (52.73% from 255) = 22.98%

R = 38.59%
G = 38.42%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E1E086 (or 0xE1E086) is known color: Primrose. HEX triplet: E1, E0 and 86. RGB value is (225,224,134). Sum of RGB (Red+Green+Blue) = 225+224+134=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E086 is #1E1F79. Grayscale: #D6D6D6. Windows color (decimal): -1974138 or 8839393. OLE color: 8839393.

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

Color convert

RGB 225 224 134 -
CMYK 0 0.00 0.40 0.12
HSL 59.34º 0.6% 0.7% -
HSV(B) 59.34º 0.4% 0.88% -
XYZ 62.01 71.04 33 -
YUV 214.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 225 224 134 0 0.00 0.40 0.12 59.34 0.6 0.7
Hex E1 E0 86 0 0 28 C 3B 3C 46
Octal 341 340 206 0 0 50 14 73 74 106
Binary 11100001 11100000 10000110 0 0 101000 1100 111011 111100 1000110

Color Harmonies of #E1E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E086

Black with #E1E086

Text Example


Text Example

White with #E1E086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E086; }

 p { color: rgb(225,224,134); }

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

background-color css

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

 a { background-color: rgb(225,224,134); }

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

border-color css

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

 span { border-color: rgb(225,224,134); }

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