#EBDD93

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

Shades of Primrose #EBDD93

Tints of Primrose #EBDD93

Color information

#EBDD93 (or 0xEBDD93) is unknown color: approx Primrose. HEX triplet: EB, DD and 93. RGB value is (235,221,147). Sum of RGB (Red+Green+Blue) = 235+221+147=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD93 is #14226C. Grayscale: #D9D9D9. Windows color (decimal): -1319533 or 9690603. OLE color: 9690603.

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

Color convert

RGB235221147-
CMYK00.060.370.08
HSL50.45º68.75%74.9%-
HSV(B)50.45º37.45%92.16%-
XYZ65.3871.4837.96-
YUV216.7588.64141.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 147 (57.81% from 255) = 24.38%
R=38.97%
G=36.65%
B=24.38%

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
Decimal23522114700.060.370.0850.4568.7574.9
HexEBDD930625832454b
Octal35333522306451062105113
Binary1110101111011101100100110110100101100011001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD93; }

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

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

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

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

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

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

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

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