#EADF8A

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

Shades of Primrose #EADF8A

Tints of Primrose #EADF8A

Color information

#EADF8A (or 0xEADF8A) is unknown color: approx Primrose. HEX triplet: EA, DF and 8A. RGB value is (234,223,138). Sum of RGB (Red+Green+Blue) = 234+223+138=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF8A is #152075. Grayscale: #D8D8D8. Windows color (decimal): -1384566 or 9101290. OLE color: 9101290.

HSL color Cylindrical-coordinate representation of color #EADF8A: hue angle of 53.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADF8A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234223138-
CMYK00.050.410.08
HSL53.12º69.57%72.94%-
HSV(B)53.12º41.03%91.76%-
XYZ64.9172.134.54-
YUV216.683.64140.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=39.33%
G=37.48%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422313800.050.410.0853.1269.5772.94
HexEADF8A05298354649
Octal35233721205511065106111
Binary1110101011011111100010100101101001100011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF8A; }

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

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

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

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

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

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

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

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