#EBD68D

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

Shades of Flax #EBD68D

Tints of Flax #EBD68D

Color information

#EBD68D (or 0xEBD68D) is unknown color: approx Flax. HEX triplet: EB, D6 and 8D. RGB value is (235,214,141). Sum of RGB (Red+Green+Blue) = 235+214+141=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD68D is #142972. Grayscale: #D4D4D4. Windows color (decimal): -1321331 or 9295595. OLE color: 9295595.

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

Color convert

RGB235214141-
CMYK00.090.40.08
HSL46.6º70.15%73.73%-
HSV(B)46.6º40%92.16%-
XYZ63.1267.6834.94-
YUV211.9687.96144.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 214 (83.98% from 255) = 36.27%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=39.83%
G=36.27%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521414100.090.40.0846.670.1573.73
HexEBD68D092882f464a
Octal353326215011501057106112
Binary11101011110101101000110101001101000100010111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD68D; }

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

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

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

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

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

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

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

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