#EBD680

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

Shades of Flax #EBD680

Tints of Flax #EBD680

Color information

#EBD680 (or 0xEBD680) is unknown color: approx Flax. HEX triplet: EB, D6 and 80. RGB value is (235,214,128). Sum of RGB (Red+Green+Blue) = 235+214+128=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD680 is #14297F. Grayscale: #D2D2D2. Windows color (decimal): -1321344 or 8443627. OLE color: 8443627.

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

Color convert

RGB235214128-
CMYK00.090.460.08
HSL48.22º72.79%71.18%-
HSV(B)48.22º45.53%92.16%-
XYZ62.267.3130.14-
YUV210.4881.46145.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 128 (50.39% from 255) = 22.18%
R=40.73%
G=37.09%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521412800.090.460.0848.2272.7971.18
HexEBD680092E8304947
Octal353326200011561060111107
Binary11101011110101101000000001001101110100011000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD680; }

 p { color: rgb(235,214,128); }

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

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

 a { background-color: rgb(235,214,128); }

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

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

 span { border-color: rgb(235,214,128); }

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