Html Css Color HEX #EAD891 Primrose

📋 copy color: '#EAD891'

red 234 ◦ green 216 ◦ blue 145

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

Shades of Primrose #EAD891

Tints of Primrose #EAD891

RGB

 RED value IS 234 (91.8% from 255) = 39.33%

 GREEN value IS 216 (84.77% from 255) = 36.3%

 BLUE value IS 145 (57.03% from 255) = 24.37%

R = 39.33%
G = 36.3%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAD891 (or 0xEAD891) is known color: Primrose. HEX triplet: EA, D8 and 91. RGB value is (234,216,145). Sum of RGB (Red+Green+Blue) = 234+216+145=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD891 is #15276E. Grayscale: #D5D5D5. Windows color (decimal): -1386351 or 9558250. OLE color: 9558250.

HSL color Cylindrical-coordinate representation of color #EAD891: hue angle of 47.87º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAD891 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 216 145 -
CMYK 0 0.08 0.38 0.08
HSL 47.87º 0.68% 0.74% -
HSV(B) 47.87º 0.38% 0.92% -
XYZ 63.6 68.65 36.69 -
YUV 213.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 234 216 145 0 0.08 0.38 0.08 47.87 0.68 0.74
Hex EA D8 91 0 8 26 8 30 44 4A
Octal 352 330 221 0 10 46 10 60 104 112
Binary 11101010 11011000 10010001 0 1000 100110 1000 110000 1000100 1001010

Color Harmonies of #EAD891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD891

Black with #EAD891

Text Example


Text Example

White with #EAD891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD891; }

 p { color: rgb(234,216,145); }

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

background-color css

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

 a { background-color: rgb(234,216,145); }

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

border-color css

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

 span { border-color: rgb(234,216,145); }

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