#EBDF98

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

Shades of Primrose #EBDF98

Tints of Primrose #EBDF98

Color information

#EBDF98 (or 0xEBDF98) is unknown color: approx Primrose. HEX triplet: EB, DF and 98. RGB value is (235,223,152). Sum of RGB (Red+Green+Blue) = 235+223+152=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF98 is #142067. Grayscale: #DADADA. Windows color (decimal): -1319016 or 10018795. OLE color: 10018795.

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

Color convert

RGB235223152-
CMYK00.050.350.08
HSL51.33º67.48%75.88%-
HSV(B)51.33º35.32%92.16%-
XYZ66.3272.740.24-
YUV218.4990.48139.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=38.52%
G=36.56%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522315200.050.350.0851.3367.4875.88
HexEBDF980523833434c
Octal35333723005431063103114
Binary1110101111011111100110000101100011100011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF98; }

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

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

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

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

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

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

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

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