#EBD381

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

Shades of Flax #EBD381

Tints of Flax #EBD381

Color information

#EBD381 (or 0xEBD381) is unknown color: approx Flax. HEX triplet: EB, D3 and 81. RGB value is (235,211,129). Sum of RGB (Red+Green+Blue) = 235+211+129=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD381 is #142C7E. Grayscale: #D1D1D1. Windows color (decimal): -1322111 or 8508395. OLE color: 8508395.

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

Color convert

RGB235211129-
CMYK00.100.450.08
HSL46.42º72.6%71.37%-
HSV(B)46.42º45.11%92.16%-
XYZ61.5265.8430.23-
YUV208.8382.95146.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 129 (50.78% from 255) = 22.43%
R=40.87%
G=36.70%
B=22.43%

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
Decimal23521112900.100.450.0846.4272.671.37
HexEBD3810A2D82e4947
Octal353323201012551056111107
Binary11101011110100111000000101010101101100010111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD381; }

 p { color: rgb(235,211,129); }

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

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

 a { background-color: rgb(235,211,129); }

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

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

 span { border-color: rgb(235,211,129); }

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