#EBDF8C

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

Shades of Primrose #EBDF8C

Tints of Primrose #EBDF8C

Color information

#EBDF8C (or 0xEBDF8C) is unknown color: approx Primrose. HEX triplet: EB, DF and 8C. RGB value is (235,223,140). Sum of RGB (Red+Green+Blue) = 235+223+140=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF8C is #142073. Grayscale: #D9D9D9. Windows color (decimal): -1319028 or 9232363. OLE color: 9232363.

HSL color Cylindrical-coordinate representation of color #EBDF8C: hue angle of 52.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBDF8C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235223140-
CMYK00.050.400.08
HSL52.42º70.37%73.53%-
HSV(B)52.42º40.43%92.16%-
XYZ65.3872.3335.33-
YUV217.1384.48140.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 140 (55.08% from 255) = 23.41%
R=39.30%
G=37.29%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522314000.050.400.0852.4270.3773.53
HexEBDF8C0528834464a
Octal35333721405501064106112
Binary1110101111011111100011000101101000100011010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF8C; }

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

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

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

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

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

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

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

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