#EBE099

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

Shades of Primrose #EBE099

Tints of Primrose #EBE099

Color information

#EBE099 (or 0xEBE099) is unknown color: approx Primrose. HEX triplet: EB, E0 and 99. RGB value is (235,224,153). Sum of RGB (Red+Green+Blue) = 235+224+153=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE099 is #141F66. Grayscale: #DBDBDB. Windows color (decimal): -1318759 or 10084587. OLE color: 10084587.

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

Color convert

RGB235224153-
CMYK00.050.350.08
HSL51.95º67.21%76.08%-
HSV(B)51.95º34.89%92.16%-
XYZ66.6773.2740.77-
YUV219.290.64139.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 153 (60.16% from 255) = 25%
R=38.40%
G=36.60%
B=25%

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
Decimal23522415300.050.350.0851.9567.2176.08
HexEBE0990523834434c
Octal35334023105431064103114
Binary1110101111100000100110010101100011100011010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE099; }

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

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

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

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

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

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

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

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