#EADF94

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

Shades of Primrose #EADF94

Tints of Primrose #EADF94

Color information

#EADF94 (or 0xEADF94) is unknown color: approx Primrose. HEX triplet: EA, DF and 94. RGB value is (234,223,148). Sum of RGB (Red+Green+Blue) = 234+223+148=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF94 is #15206B. Grayscale: #DADADA. Windows color (decimal): -1384556 or 9756650. OLE color: 9756650.

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

Color convert

RGB234223148-
CMYK00.050.370.08
HSL52.33º67.19%74.9%-
HSV(B)52.33º36.75%91.76%-
XYZ65.6672.4138.53-
YUV217.7488.64139.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=38.68%
G=36.86%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422314800.050.370.0852.3367.1974.9
HexEADF940525834434b
Octal35233722405451064103113
Binary1110101011011111100101000101100101100011010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF94; }

 p { color: rgb(234,223,148); }

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

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

 a { background-color: rgb(234,223,148); }

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

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

 span { border-color: rgb(234,223,148); }

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