#EADC93

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

Shades of Primrose #EADC93

Tints of Primrose #EADC93

Color information

#EADC93 (or 0xEADC93) is unknown color: approx Primrose. HEX triplet: EA, DC and 93. RGB value is (234,220,147). Sum of RGB (Red+Green+Blue) = 234+220+147=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC93 is #15236C. Grayscale: #D8D8D8. Windows color (decimal): -1385325 or 9690346. OLE color: 9690346.

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

Color convert

RGB234220147-
CMYK00.060.370.08
HSL50.34º67.44%74.71%-
HSV(B)50.34º37.18%91.76%-
XYZ64.7970.7937.85-
YUV215.8689.14140.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 147 (57.81% from 255) = 24.46%
R=38.94%
G=36.61%
B=24.46%

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
Decimal23422014700.060.370.0850.3467.4474.71
HexEADC930625832434b
Octal35233422306451062103113
Binary1110101011011100100100110110100101100011001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC93; }

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

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

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

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

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

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

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

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