#ebda7e

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

Shades of Flax #EBDA7E

Tints of Flax #EBDA7E

Color information

#EBDA7E (or 0xEBDA7E) is unknown color: approx Flax. HEX triplet: EB, DA and 7E. RGB value is (235,218,126). Sum of RGB (Red+Green+Blue) = 235+218+126=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA7E is #142581. Grayscale: #D4D4D4. Windows color (decimal): -1320322 or 8313579. OLE color: 8313579.

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

Color convert

RGB235218126-
CMYK00.070.460.08
HSL50.64º73.15%70.78%-
HSV(B)50.64º46.38%92.16%-
XYZ63.169.3129.79-
YUV212.679.13143.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 126 (49.61% from 255) = 21.76%
R=40.59%
G=37.65%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521812600.070.460.0850.6473.1570.78
HexEBDA7E072E8334947
Octal35333217607561063111107
Binary111010111101101011111100111101110100011001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebda7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebda7e; }

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

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

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

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

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

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

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

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