#EBDB84

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

Shades of Flax #EBDB84

Tints of Flax #EBDB84

Color information

#EBDB84 (or 0xEBDB84) is unknown color: approx Flax. HEX triplet: EB, DB and 84. RGB value is (235,219,132). Sum of RGB (Red+Green+Blue) = 235+219+132=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB84 is #14247B. Grayscale: #D6D6D6. Windows color (decimal): -1320060 or 8707051. OLE color: 8707051.

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

Color convert

RGB235219132-
CMYK00.070.440.08
HSL50.68º72.03%71.96%-
HSV(B)50.68º43.83%92.16%-
XYZ63.7669.9931.98-
YUV213.8781.8143.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=40.10%
G=37.37%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521913200.070.440.0850.6872.0371.96
HexEBDB84072C8334848
Octal35333320407541063110110
Binary1110101111011011100001000111101100100011001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB84; }

 p { color: rgb(235,219,132); }

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

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

 a { background-color: rgb(235,219,132); }

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

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

 span { border-color: rgb(235,219,132); }

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