#EBD482

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

Shades of Flax #EBD482

Tints of Flax #EBD482

Color information

#EBD482 (or 0xEBD482) is unknown color: approx Flax. HEX triplet: EB, D4 and 82. RGB value is (235,212,130). Sum of RGB (Red+Green+Blue) = 235+212+130=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD482 is #142B7D. Grayscale: #D1D1D1. Windows color (decimal): -1321854 or 8574187. OLE color: 8574187.

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

Color convert

RGB235212130-
CMYK00.100.450.08
HSL46.86º72.41%71.57%-
HSV(B)46.86º44.68%92.16%-
XYZ61.8366.3630.67-
YUV209.5383.12146.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 130 (51.17% from 255) = 22.53%
R=40.73%
G=36.74%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521213000.100.450.0846.8672.4171.57
HexEBD4820A2D82f4848
Octal353324202012551057110110
Binary11101011110101001000001001010101101100010111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD482; }

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

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

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

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

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

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

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

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