#EBD58A

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

Shades of Flax #EBD58A

Tints of Flax #EBD58A

Color information

#EBD58A (or 0xEBD58A) is unknown color: approx Flax. HEX triplet: EB, D5 and 8A. RGB value is (235,213,138). Sum of RGB (Red+Green+Blue) = 235+213+138=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD58A is #142A75. Grayscale: #D3D3D3. Windows color (decimal): -1321590 or 9098731. OLE color: 9098731.

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

Color convert

RGB235213138-
CMYK00.090.410.08
HSL46.39º70.8%73.14%-
HSV(B)46.39º41.28%92.16%-
XYZ62.6467.0933.69-
YUV211.0386.79145.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=40.10%
G=36.35%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521313800.090.410.0846.3970.873.14
HexEBD58A092982e4749
Octal353325212011511056107111
Binary11101011110101011000101001001101001100010111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD58A; }

 p { color: rgb(235,213,138); }

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

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

 a { background-color: rgb(235,213,138); }

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

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

 span { border-color: rgb(235,213,138); }

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