#EBE299

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

Shades of Primrose #EBE299

Tints of Primrose #EBE299

Color information

#EBE299 (or 0xEBE299) is unknown color: approx Primrose. HEX triplet: EB, E2 and 99. RGB value is (235,226,153). Sum of RGB (Red+Green+Blue) = 235+226+153=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE299 is #141D66. Grayscale: #DCDCDC. Windows color (decimal): -1318247 or 10085099. OLE color: 10085099.

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

Color convert

RGB235226153-
CMYK00.040.350.08
HSL53.41º67.21%76.08%-
HSV(B)53.41º34.89%92.16%-
XYZ67.2174.3540.95-
YUV220.3789.98138.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 153 (60.16% from 255) = 24.92%
R=38.27%
G=36.81%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522615300.040.350.0853.4167.2176.08
HexEBE2990423835434c
Octal35334223104431065103114
Binary1110101111100010100110010100100011100011010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE299; }

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

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

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

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

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

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

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

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