#EADE9B

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

Shades of Primrose #EADE9B

Tints of Primrose #EADE9B

Color information

#EADE9B (or 0xEADE9B) is unknown color: approx Primrose. HEX triplet: EA, DE and 9B. RGB value is (234,222,155). Sum of RGB (Red+Green+Blue) = 234+222+155=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE9B is #152164. Grayscale: #DADADA. Windows color (decimal): -1384805 or 10215146. OLE color: 10215146.

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

Color convert

RGB234222155-
CMYK00.050.340.08
HSL50.89º65.29%76.27%-
HSV(B)50.89º33.76%91.76%-
XYZ65.9772.141.45-
YUV217.9592.48139.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=38.30%
G=36.33%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422215500.050.340.0850.8965.2976.27
HexEADE9B0522833414c
Octal35233623305421063101114
Binary1110101011011110100110110101100010100011001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE9B; }

 p { color: rgb(234,222,155); }

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

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

 a { background-color: rgb(234,222,155); }

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

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

 span { border-color: rgb(234,222,155); }

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