#EADA92

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

Shades of Primrose #EADA92

Tints of Primrose #EADA92

Color information

#EADA92 (or 0xEADA92) is unknown color: approx Primrose. HEX triplet: EA, DA and 92. RGB value is (234,218,146). Sum of RGB (Red+Green+Blue) = 234+218+146=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA92 is #15256D. Grayscale: #D6D6D6. Windows color (decimal): -1385838 or 9624298. OLE color: 9624298.

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

Color convert

RGB234218146-
CMYK00.070.380.08
HSL49.09º67.69%74.51%-
HSV(B)49.09º37.61%91.76%-
XYZ64.1969.7137.27-
YUV214.5889.3141.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 146 (57.42% from 255) = 24.41%
R=39.13%
G=36.45%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421814600.070.380.0849.0967.6974.51
HexEADA920726831444b
Octal35233222207461061104113
Binary1110101011011010100100100111100110100011000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA92; }

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

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

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

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

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

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

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

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