Html Css Color HEX #E5E486 Primrose

📋 copy color: '#E5E486'

red 229 ◦ green 228 ◦ blue 134

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

Shades of Primrose #E5E486

Tints of Primrose #E5E486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.58%

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

R = 38.75%
G = 38.58%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E5E486 (or 0xE5E486) is known color: Primrose. HEX triplet: E5, E4 and 86. RGB value is (229,228,134). Sum of RGB (Red+Green+Blue) = 229+228+134=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E486 is #1A1B79. Grayscale: #D9D9D9. Windows color (decimal): -1710970 or 8840421. OLE color: 8840421.

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

Color convert

RGB 229 228 134 -
CMYK 0 0.00 0.41 0.10
HSL 59.37º 0.65% 0.71% -
HSV(B) 59.37º 0.41% 0.9% -
XYZ 64.36 73.87 33.42 -
YUV 217.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 229 228 134 0 0.00 0.41 0.10 59.37 0.65 0.71
Hex E5 E4 86 0 0 29 A 3B 41 47
Octal 345 344 206 0 0 51 12 73 101 107
Binary 11100101 11100100 10000110 0 0 101001 1010 111011 1000001 1000111

Color Harmonies of #E5E486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E486

Black with #E5E486

Text Example


Text Example

White with #E5E486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E486; }

 p { color: rgb(229,228,134); }

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

background-color css

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

 a { background-color: rgb(229,228,134); }

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

border-color css

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

 span { border-color: rgb(229,228,134); }

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