Html Css Color HEX #EBD984 Flax

📋 copy color: '#EBD984'

red 235 ◦ green 217 ◦ blue 132

#EBD984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #EBD984

Tints of Flax #EBD984

RGB

 RED value IS 235 (92.19% from 255) = 40.24%

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 132 (51.95% from 255) = 22.6%

R = 40.24%
G = 37.16%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBD984 (or 0xEBD984) is known color: Flax. HEX triplet: EB, D9 and 84. RGB value is (235,217,132). Sum of RGB (Red+Green+Blue) = 235+217+132=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD984 is #14267B. Grayscale: #D5D5D5. Windows color (decimal): -1320572 or 8706539. OLE color: 8706539.

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

Color convert

RGB 235 217 132 -
CMYK 0 0.08 0.44 0.08
HSL 49.51º 0.72% 0.72% -
HSV(B) 49.51º 0.44% 0.92% -
XYZ 63.24 68.95 31.81 -
YUV 212.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 235 217 132 0 0.08 0.44 0.08 49.51 0.72 0.72
Hex EB D9 84 0 8 2C 8 32 48 48
Octal 353 331 204 0 10 54 10 62 110 110
Binary 11101011 11011001 10000100 0 1000 101100 1000 110010 1001000 1001000

Color Harmonies of #EBD984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD984

Black with #EBD984

Text Example


Text Example

White with #EBD984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD984; }

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

 H1.HeaderClassName
 {
   color: #EBD984;
 }
 .AnyTagClassName
 {
   color: #EBD984;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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