#EBD47D

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

Shades of Flax #EBD47D

Tints of Flax #EBD47D

Color information

#EBD47D (or 0xEBD47D) is unknown color: approx Flax. HEX triplet: EB, D4 and 7D. RGB value is (235,212,125). Sum of RGB (Red+Green+Blue) = 235+212+125=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD47D is #142B82. Grayscale: #D1D1D1. Windows color (decimal): -1321859 or 8246507. OLE color: 8246507.

HSL color Cylindrical-coordinate representation of color #EBD47D: hue angle of 47.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBD47D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB235212125-
CMYK00.100.470.08
HSL47.45º73.33%70.59%-
HSV(B)47.45º46.81%92.16%-
XYZ61.5166.2328.94-
YUV208.9680.62146.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=41.08%
G=37.06%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521212500.100.470.0847.4573.3370.59
HexEBD47D0A2F82f4947
Octal353324175012571057111107
Binary1110101111010100111110101010101111100010111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD47D; }

 p { color: rgb(235,212,125); }

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

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

 a { background-color: rgb(235,212,125); }

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

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

 span { border-color: rgb(235,212,125); }

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