#EBD683

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

Shades of Flax #EBD683

Tints of Flax #EBD683

Color information

#EBD683 (or 0xEBD683) is unknown color: approx Flax. HEX triplet: EB, D6 and 83. RGB value is (235,214,131). Sum of RGB (Red+Green+Blue) = 235+214+131=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD683 is #14297C. Grayscale: #D3D3D3. Windows color (decimal): -1321341 or 8640235. OLE color: 8640235.

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

Color convert

RGB235214131-
CMYK00.090.440.08
HSL47.88º72.22%71.76%-
HSV(B)47.88º44.26%92.16%-
XYZ62.467.3931.19-
YUV210.8282.96145.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 131 (51.56% from 255) = 22.59%
R=40.52%
G=36.90%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521413100.090.440.0847.8872.2271.76
HexEBD683092C8304848
Octal353326203011541060110110
Binary11101011110101101000001101001101100100011000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD683; }

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

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

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

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

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

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

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

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