#EBD582

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

Shades of Flax #EBD582

Tints of Flax #EBD582

Color information

#EBD582 (or 0xEBD582) is unknown color: approx Flax. HEX triplet: EB, D5 and 82. RGB value is (235,213,130). Sum of RGB (Red+Green+Blue) = 235+213+130=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD582 is #142A7D. Grayscale: #D2D2D2. Windows color (decimal): -1321598 or 8574443. OLE color: 8574443.

HSL color Cylindrical-coordinate representation of color #EBD582: hue angle of 47.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBD582 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235213130-
CMYK00.090.450.08
HSL47.43º72.41%71.57%-
HSV(B)47.43º44.68%92.16%-
XYZ62.0866.8630.75-
YUV210.1282.79145.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=40.66%
G=36.85%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521313000.090.450.0847.4372.4171.57
HexEBD582092D82f4848
Octal353325202011551057110110
Binary11101011110101011000001001001101101100010111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD582; }

 p { color: rgb(235,213,130); }

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

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

 a { background-color: rgb(235,213,130); }

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

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

 span { border-color: rgb(235,213,130); }

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