#EADB93

Color #EADB93 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #EADB93

Tints of Primrose #EADB93

Color information

#EADB93 (or 0xEADB93) is unknown color: approx Primrose. HEX triplet: EA, DB and 93. RGB value is (234,219,147). Sum of RGB (Red+Green+Blue) = 234+219+147=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB93 is #15246C. Grayscale: #D7D7D7. Windows color (decimal): -1385581 or 9690090. OLE color: 9690090.

HSL color Cylindrical-coordinate representation of color #EADB93: hue angle of 49.66º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EADB93 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234219147-
CMYK00.060.370.08
HSL49.66º67.44%74.71%-
HSV(B)49.66º37.18%91.76%-
XYZ64.5370.2637.76-
YUV215.2889.47141.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 147 (57.81% from 255) = 24.5%
R=39%
G=36.5%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421914700.060.370.0849.6667.4474.71
HexEADB930625832434b
Octal35233322306451062103113
Binary1110101011011011100100110110100101100011001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB93; }

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

 H1.HeaderClassName
 {
   color: #EADB93;
 }
 .AnyTagClassName
 {
   color: #EADB93;
 }
</style>
background-color css

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

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

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

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

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

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