Html Css Color HEX #E7E086 Primrose

📋 copy color: '#E7E086'

red 231 ◦ green 224 ◦ blue 134

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

Shades of Primrose #E7E086

Tints of Primrose #E7E086

RGB

 RED value IS 231 (90.63% from 255) = 39.22%

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

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

R = 39.22%
G = 38.03%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E7E086 (or 0xE7E086) is known color: Primrose. HEX triplet: E7, E0 and 86. RGB value is (231,224,134). Sum of RGB (Red+Green+Blue) = 231+224+134=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E086 is #181F79. Grayscale: #D8D8D8. Windows color (decimal): -1580922 or 8839399. OLE color: 8839399.

HSL color Cylindrical-coordinate representation of color #E7E086: hue angle of 55.67º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7E086 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 224 134 -
CMYK 0 0.03 0.42 0.09
HSL 55.67º 0.67% 0.72% -
HSV(B) 55.67º 0.42% 0.91% -
XYZ 63.91 72.02 33.09 -
YUV 215.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 231 224 134 0 0.03 0.42 0.09 55.67 0.67 0.72
Hex E7 E0 86 0 3 2A 9 38 43 48
Octal 347 340 206 0 3 52 11 70 103 110
Binary 11100111 11100000 10000110 0 11 101010 1001 111000 1000011 1001000

Color Harmonies of #E7E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E086

Black with #E7E086

Text Example


Text Example

White with #E7E086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E086; }

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

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

background-color css

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

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

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

border-color css

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

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

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