#EBD68E

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

Shades of Flax #EBD68E

Tints of Flax #EBD68E

Color information

#EBD68E (or 0xEBD68E) is unknown color: approx Flax. HEX triplet: EB, D6 and 8E. RGB value is (235,214,142). Sum of RGB (Red+Green+Blue) = 235+214+142=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD68E is #142971. Grayscale: #D4D4D4. Windows color (decimal): -1321330 or 9361131. OLE color: 9361131.

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

Color convert

RGB235214142-
CMYK00.090.400.08
HSL46.45º69.92%73.92%-
HSV(B)46.45º39.57%92.16%-
XYZ63.1967.7135.33-
YUV212.0788.46144.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=39.76%
G=36.21%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521414200.090.400.0846.4569.9273.92
HexEBD68E092882e464a
Octal353326216011501056106112
Binary11101011110101101000111001001101000100010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD68E; }

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

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

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

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

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

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

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

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