#EBD992

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

Shades of Primrose #EBD992

Tints of Primrose #EBD992

Color information

#EBD992 (or 0xEBD992) is unknown color: approx Primrose. HEX triplet: EB, D9 and 92. RGB value is (235,217,146). Sum of RGB (Red+Green+Blue) = 235+217+146=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD992 is #14266D. Grayscale: #D6D6D6. Windows color (decimal): -1320558 or 9624043. OLE color: 9624043.

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

Color convert

RGB235217146-
CMYK00.080.380.08
HSL47.87º68.99%74.71%-
HSV(B)47.87º37.87%92.16%-
XYZ64.2669.3637.2-
YUV214.2989.46142.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 146 (57.42% from 255) = 24.41%
R=39.30%
G=36.29%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521714600.080.380.0847.8768.9974.71
HexEBD9920826830454b
Octal353331222010461060105113
Binary11101011110110011001001001000100110100011000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD992; }

 p { color: rgb(235,217,146); }

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

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

 a { background-color: rgb(235,217,146); }

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

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

 span { border-color: rgb(235,217,146); }

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