#EBDF99

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

Shades of Primrose #EBDF99

Tints of Primrose #EBDF99

Color information

#EBDF99 (or 0xEBDF99) is unknown color: approx Primrose. HEX triplet: EB, DF and 99. RGB value is (235,223,153). Sum of RGB (Red+Green+Blue) = 235+223+153=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF99 is #142066. Grayscale: #DADADA. Windows color (decimal): -1319015 or 10084331. OLE color: 10084331.

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

Color convert

RGB235223153-
CMYK00.050.350.08
HSL51.22º67.21%76.08%-
HSV(B)51.22º34.89%92.16%-
XYZ66.472.7440.68-
YUV218.6190.98139.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=38.46%
G=36.50%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522315300.050.350.0851.2267.2176.08
HexEBDF990523833434c
Octal35333723105431063103114
Binary1110101111011111100110010101100011100011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF99; }

 p { color: rgb(235,223,153); }

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

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

 a { background-color: rgb(235,223,153); }

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

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

 span { border-color: rgb(235,223,153); }

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