#EBDF9B

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

Shades of Primrose #EBDF9B

Tints of Primrose #EBDF9B

Color information

#EBDF9B (or 0xEBDF9B) is unknown color: approx Primrose. HEX triplet: EB, DF and 9B. RGB value is (235,223,155). Sum of RGB (Red+Green+Blue) = 235+223+155=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF9B is #142064. Grayscale: #DBDBDB. Windows color (decimal): -1319013 or 10215403. OLE color: 10215403.

HSL color Cylindrical-coordinate representation of color #EBDF9B: hue angle of 51º degrees, saturation: 0.67, 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 #EBDF9B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235223155-
CMYK00.050.340.08
HSL51º66.67%76.47%-
HSV(B)51º34.04%92.16%-
XYZ66.5772.841.55-
YUV218.8491.98139.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=38.34%
G=36.38%
B=25.29%

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
Decimal23522315500.050.340.085166.6776.47
HexEBDF9B0522833434c
Octal35333723305421063103114
Binary1110101111011111100110110101100010100011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF9B; }

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

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

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

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

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

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

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

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