#EBDF95

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

Shades of Primrose #EBDF95

Tints of Primrose #EBDF95

Color information

#EBDF95 (or 0xEBDF95) is unknown color: approx Primrose. HEX triplet: EB, DF and 95. RGB value is (235,223,149). Sum of RGB (Red+Green+Blue) = 235+223+149=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF95 is #14206A. Grayscale: #DADADA. Windows color (decimal): -1319019 or 9822187. OLE color: 9822187.

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

Color convert

RGB235223149-
CMYK00.050.370.08
HSL51.63º68.25%75.29%-
HSV(B)51.63º36.6%92.16%-
XYZ66.0772.6138.97-
YUV218.1588.98140.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=38.71%
G=36.74%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522314900.050.370.0851.6368.2575.29
HexEBDF950525834444b
Octal35333722505451064104113
Binary1110101111011111100101010101100101100011010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF95; }

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

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

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

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

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

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

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

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