#EADB8F

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

Shades of Primrose #EADB8F

Tints of Primrose #EADB8F

Color information

#EADB8F (or 0xEADB8F) is unknown color: approx Primrose. HEX triplet: EA, DB and 8F. RGB value is (234,219,143). Sum of RGB (Red+Green+Blue) = 234+219+143=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8F is #152470. Grayscale: #D7D7D7. Windows color (decimal): -1385585 or 9427946. OLE color: 9427946.

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

Color convert

RGB234219143-
CMYK00.060.390.08
HSL50.11º68.42%73.92%-
HSV(B)50.11º38.89%91.76%-
XYZ64.2270.1436.14-
YUV214.8287.47141.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 143 (56.25% from 255) = 23.99%
R=39.26%
G=36.74%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421914300.060.390.0850.1168.4273.92
HexEADB8F0627832444a
Octal35233321706471062104112
Binary1110101011011011100011110110100111100011001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB8F; }

 p { color: rgb(234,219,143); }

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

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

 a { background-color: rgb(234,219,143); }

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

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

 span { border-color: rgb(234,219,143); }

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