#EBD68A

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

Shades of Flax #EBD68A

Tints of Flax #EBD68A

Color information

#EBD68A (or 0xEBD68A) is unknown color: approx Flax. HEX triplet: EB, D6 and 8A. RGB value is (235,214,138). Sum of RGB (Red+Green+Blue) = 235+214+138=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD68A is #142975. Grayscale: #D3D3D3. Windows color (decimal): -1321334 or 9098987. OLE color: 9098987.

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

Color convert

RGB235214138-
CMYK00.090.410.08
HSL47.01º70.8%73.14%-
HSV(B)47.01º41.28%92.16%-
XYZ62.8967.5933.78-
YUV211.6186.46144.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=40.03%
G=36.46%
B=23.51%

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
Decimal23521413800.090.410.0847.0170.873.14
HexEBD68A092982f4749
Octal353326212011511057107111
Binary11101011110101101000101001001101001100010111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD68A; }

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

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

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

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

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

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

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

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