Html Css Color HEX #E5D689 Primrose

📋 copy color: '#E5D689'

red 229 ◦ green 214 ◦ blue 137

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

Shades of Primrose #E5D689

Tints of Primrose #E5D689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.9%

 BLUE value IS 137 (53.91% from 255) = 23.62%

R = 39.48%
G = 36.9%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5D689 (or 0xE5D689) is known color: Primrose. HEX triplet: E5, D6 and 89. RGB value is (229,214,137). Sum of RGB (Red+Green+Blue) = 229+214+137=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D689 is #1A2976. Grayscale: #D2D2D2. Windows color (decimal): -1714551 or 9033445. OLE color: 9033445.

HSL color Cylindrical-coordinate representation of color #E5D689: hue angle of 50.22º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5D689 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 137 -
CMYK 0 0.07 0.40 0.10
HSL 50.22º 0.64% 0.72% -
HSV(B) 50.22º 0.4% 0.9% -
XYZ 60.88 66.56 33.31 -
YUV 209.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 229 214 137 0 0.07 0.40 0.10 50.22 0.64 0.72
Hex E5 D6 89 0 7 28 A 32 40 48
Octal 345 326 211 0 7 50 12 62 100 110
Binary 11100101 11010110 10001001 0 111 101000 1010 110010 1000000 1001000

Color Harmonies of #E5D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D689

Black with #E5D689

Text Example


Text Example

White with #E5D689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D689; }

 p { color: rgb(229,214,137); }

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

background-color css

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

 a { background-color: rgb(229,214,137); }

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

border-color css

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

 span { border-color: rgb(229,214,137); }

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