#EBDD91

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

Shades of Primrose #EBDD91

Tints of Primrose #EBDD91

Color information

#EBDD91 (or 0xEBDD91) is unknown color: approx Primrose. HEX triplet: EB, DD and 91. RGB value is (235,221,145). Sum of RGB (Red+Green+Blue) = 235+221+145=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD91 is #14226E. Grayscale: #D8D8D8. Windows color (decimal): -1319535 or 9559531. OLE color: 9559531.

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

Color convert

RGB235221145-
CMYK00.060.380.08
HSL50.67º69.23%74.51%-
HSV(B)50.67º38.3%92.16%-
XYZ65.2371.4237.14-
YUV216.5287.64141.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 145 (57.03% from 255) = 24.13%
R=39.10%
G=36.77%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522114500.060.380.0850.6769.2374.51
HexEBDD910626833454b
Octal35333522106461063105113
Binary1110101111011101100100010110100110100011001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD91; }

 p { color: rgb(235,221,145); }

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

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

 a { background-color: rgb(235,221,145); }

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

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

 span { border-color: rgb(235,221,145); }

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