#EADA93

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

Shades of Primrose #EADA93

Tints of Primrose #EADA93

Color information

#EADA93 (or 0xEADA93) is unknown color: approx Primrose. HEX triplet: EA, DA and 93. RGB value is (234,218,147). Sum of RGB (Red+Green+Blue) = 234+218+147=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA93 is #15256C. Grayscale: #D6D6D6. Windows color (decimal): -1385837 or 9689834. OLE color: 9689834.

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

Color convert

RGB234218147-
CMYK00.070.370.08
HSL48.97º67.44%74.71%-
HSV(B)48.97º37.18%91.76%-
XYZ64.2769.7437.68-
YUV214.6989.8141.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 147 (57.81% from 255) = 24.54%
R=39.07%
G=36.39%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421814700.070.370.0848.9767.4474.71
HexEADA930725831434b
Octal35233222307451061103113
Binary1110101011011010100100110111100101100011000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA93; }

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

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

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

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

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

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

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

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