#EBDE92

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

Shades of Primrose #EBDE92

Tints of Primrose #EBDE92

Color information

#EBDE92 (or 0xEBDE92) is unknown color: approx Primrose. HEX triplet: EB, DE and 92. RGB value is (235,222,146). Sum of RGB (Red+Green+Blue) = 235+222+146=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE92 is #14216D. Grayscale: #D9D9D9. Windows color (decimal): -1319278 or 9625323. OLE color: 9625323.

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

Color convert

RGB235222146-
CMYK00.060.380.08
HSL51.24º68.99%74.71%-
HSV(B)51.24º37.87%92.16%-
XYZ65.5771.9837.63-
YUV217.2287.81140.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 146 (57.42% from 255) = 24.21%
R=38.97%
G=36.82%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522214600.060.380.0851.2468.9974.71
HexEBDE920626833454b
Octal35333622206461063105113
Binary1110101111011110100100100110100110100011001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE92; }

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

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

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

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

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

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

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

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