#EBDA7F

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

Shades of Flax #EBDA7F

Tints of Flax #EBDA7F

Color information

#EBDA7F (or 0xEBDA7F) is unknown color: approx Flax. HEX triplet: EB, DA and 7F. RGB value is (235,218,127). Sum of RGB (Red+Green+Blue) = 235+218+127=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA7F is #142580. Grayscale: #D5D5D5. Windows color (decimal): -1320321 or 8379115. OLE color: 8379115.

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

Color convert

RGB235218127-
CMYK00.070.460.08
HSL50.56º72.97%70.98%-
HSV(B)50.56º45.96%92.16%-
XYZ63.1669.3430.13-
YUV212.7179.63143.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 127 (50% from 255) = 21.90%
R=40.52%
G=37.59%
B=21.90%

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
Decimal23521812700.070.460.0850.5672.9770.98
HexEBDA7F072E8334947
Octal35333217707561063111107
Binary111010111101101011111110111101110100011001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA7F; }

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

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

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

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

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

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

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

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