#EBE194

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

Shades of Primrose #EBE194

Tints of Primrose #EBE194

Color information

#EBE194 (or 0xEBE194) is unknown color: approx Primrose. HEX triplet: EB, E1 and 94. RGB value is (235,225,148). Sum of RGB (Red+Green+Blue) = 235+225+148=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE194 is #141E6B. Grayscale: #DBDBDB. Windows color (decimal): -1318508 or 9757163. OLE color: 9757163.

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

Color convert

RGB235225148-
CMYK00.040.370.08
HSL53.1º68.5%75.1%-
HSV(B)53.1º37.02%92.16%-
XYZ66.5373.6538.73-
YUV219.2187.81139.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 148 (58.20% from 255) = 24.34%
R=38.65%
G=37.01%
B=24.34%

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
Decimal23522514800.040.370.0853.168.575.1
HexEBE1940425835454b
Octal35334122404451065105113
Binary1110101111100001100101000100100101100011010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE194; }

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

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

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

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

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

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

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

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