#EBD27E

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

Shades of Flax #EBD27E

Tints of Flax #EBD27E

Color information

#EBD27E (or 0xEBD27E) is unknown color: approx Flax. HEX triplet: EB, D2 and 7E. RGB value is (235,210,126). Sum of RGB (Red+Green+Blue) = 235+210+126=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD27E is #142D81. Grayscale: #D0D0D0. Windows color (decimal): -1322370 or 8311531. OLE color: 8311531.

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

Color convert

RGB235210126-
CMYK00.110.460.08
HSL46.24º73.15%70.78%-
HSV(B)46.24º46.38%92.16%-
XYZ61.0765.2629.12-
YUV207.981.78147.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=41.16%
G=36.78%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521012600.110.460.0846.2473.1570.78
HexEBD27E0B2E82e4947
Octal353322176013561056111107
Binary1110101111010010111111001011101110100010111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD27E; }

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

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

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

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

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

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

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

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