#EBE096

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

Shades of Primrose #EBE096

Tints of Primrose #EBE096

Color information

#EBE096 (or 0xEBE096) is unknown color: approx Primrose. HEX triplet: EB, E0 and 96. RGB value is (235,224,150). Sum of RGB (Red+Green+Blue) = 235+224+150=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE096 is #141F69. Grayscale: #DBDBDB. Windows color (decimal): -1318762 or 9887979. OLE color: 9887979.

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

Color convert

RGB235224150-
CMYK00.050.360.08
HSL52.24º68%75.49%-
HSV(B)52.24º36.17%92.16%-
XYZ66.4273.1839.48-
YUV218.8589.14139.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 150 (58.98% from 255) = 24.63%
R=38.59%
G=36.78%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522415000.050.360.0852.246875.49
HexEBE0960524834444b
Octal35334022605441064104113
Binary1110101111100000100101100101100100100011010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE096; }

 p { color: rgb(235,224,150); }

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

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

 a { background-color: rgb(235,224,150); }

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

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

 span { border-color: rgb(235,224,150); }

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