Html Css Color HEX #EADB91 Primrose

📋 copy color: '#EADB91'

red 234 ◦ green 219 ◦ blue 145

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

Shades of Primrose #EADB91

Tints of Primrose #EADB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

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

R = 39.13%
G = 36.62%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EADB91 (or 0xEADB91) is known color: Primrose. HEX triplet: EA, DB and 91. RGB value is (234,219,145). Sum of RGB (Red+Green+Blue) = 234+219+145=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB91 is #15246E. Grayscale: #D7D7D7. Windows color (decimal): -1385583 or 9559018. OLE color: 9559018.

HSL color Cylindrical-coordinate representation of color #EADB91: hue angle of 49.89º 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 #EADB91 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 145 -
CMYK 0 0.06 0.38 0.08
HSL 49.89º 0.68% 0.74% -
HSV(B) 49.89º 0.38% 0.92% -
XYZ 64.37 70.2 36.95 -
YUV 215.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 234 219 145 0 0.06 0.38 0.08 49.89 0.68 0.74
Hex EA DB 91 0 6 26 8 32 44 4A
Octal 352 333 221 0 6 46 10 62 104 112
Binary 11101010 11011011 10010001 0 110 100110 1000 110010 1000100 1001010

Color Harmonies of #EADB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB91

Black with #EADB91

Text Example


Text Example

White with #EADB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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