#EBDD98

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

Shades of Primrose #EBDD98

Tints of Primrose #EBDD98

Color information

#EBDD98 (or 0xEBDD98) is unknown color: approx Primrose. HEX triplet: EB, DD and 98. RGB value is (235,221,152). Sum of RGB (Red+Green+Blue) = 235+221+152=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD98 is #142267. Grayscale: #D9D9D9. Windows color (decimal): -1319528 or 10018283. OLE color: 10018283.

HSL color Cylindrical-coordinate representation of color #EBDD98: hue angle of 49.88º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBDD98 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235221152-
CMYK00.060.350.08
HSL49.88º67.48%75.88%-
HSV(B)49.88º35.32%92.16%-
XYZ65.7871.6440.07-
YUV217.3291.14140.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 152 (59.77% from 255) = 25%
R=38.65%
G=36.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522115200.060.350.0849.8867.4875.88
HexEBDD980623832434c
Octal35333523006431062103114
Binary1110101111011101100110000110100011100011001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD98; }

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

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

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

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

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

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

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

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