#EBDA83

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

Shades of Flax #EBDA83

Tints of Flax #EBDA83

Color information

#EBDA83 (or 0xEBDA83) is unknown color: approx Flax. HEX triplet: EB, DA and 83. RGB value is (235,218,131). Sum of RGB (Red+Green+Blue) = 235+218+131=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA83 is #14257C. Grayscale: #D5D5D5. Windows color (decimal): -1320317 or 8641259. OLE color: 8641259.

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

Color convert

RGB235218131-
CMYK00.070.440.08
HSL50.19º72.22%71.76%-
HSV(B)50.19º44.26%92.16%-
XYZ63.4369.4431.53-
YUV213.1681.63143.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 131 (51.56% from 255) = 22.43%
R=40.24%
G=37.33%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521813100.070.440.0850.1972.2271.76
HexEBDA83072C8324848
Octal35333220307541062110110
Binary1110101111011010100000110111101100100011001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA83; }

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

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

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

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

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

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

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

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