#EBE195

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

Shades of Primrose #EBE195

Tints of Primrose #EBE195

Color information

#EBE195 (or 0xEBE195) is unknown color: approx Primrose. HEX triplet: EB, E1 and 95. RGB value is (235,225,149). Sum of RGB (Red+Green+Blue) = 235+225+149=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE195 is #141E6A. Grayscale: #DBDBDB. Windows color (decimal): -1318507 or 9822699. OLE color: 9822699.

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

Color convert

RGB235225149-
CMYK00.040.370.08
HSL53.02º68.25%75.29%-
HSV(B)53.02º36.6%92.16%-
XYZ66.6173.6839.15-
YUV219.3388.31139.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 149 (58.59% from 255) = 24.47%
R=38.59%
G=36.95%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522514900.040.370.0853.0268.2575.29
HexEBE1950425835444b
Octal35334122504451065104113
Binary1110101111100001100101010100100101100011010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE195; }

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

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

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

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

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

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

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

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