#EBDD94

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

Shades of Primrose #EBDD94

Tints of Primrose #EBDD94

Color information

#EBDD94 (or 0xEBDD94) is unknown color: approx Primrose. HEX triplet: EB, DD and 94. RGB value is (235,221,148). Sum of RGB (Red+Green+Blue) = 235+221+148=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD94 is #14226B. Grayscale: #D9D9D9. Windows color (decimal): -1319532 or 9756139. OLE color: 9756139.

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

Color convert

RGB235221148-
CMYK00.060.370.08
HSL50.34º68.5%75.1%-
HSV(B)50.34º37.02%92.16%-
XYZ65.4671.5138.37-
YUV216.8689.14140.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=38.91%
G=36.59%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522114800.060.370.0850.3468.575.1
HexEBDD940625832454b
Octal35333522406451062105113
Binary1110101111011101100101000110100101100011001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD94; }

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

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

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

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

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

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

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

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