Html Css Color HEX #EDD886 Flax

📋 copy color: '#EDD886'

red 237 ◦ green 216 ◦ blue 134

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

Shades of Flax #EDD886

Tints of Flax #EDD886

RGB

 RED value IS 237 (92.97% from 255) = 40.37%

 GREEN value IS 216 (84.77% from 255) = 36.8%

 BLUE value IS 134 (52.73% from 255) = 22.83%

R = 40.37%
G = 36.8%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD886 (or 0xEDD886) is known color: Flax. HEX triplet: ED, D8 and 86. RGB value is (237,216,134). Sum of RGB (Red+Green+Blue) = 237+216+134=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD886 is #122779. Grayscale: #D5D5D5. Windows color (decimal): -1189754 or 8837357. OLE color: 8837357.

HSL color Cylindrical-coordinate representation of color #EDD886: hue angle of 47.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD886 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 134 -
CMYK 0 0.09 0.43 0.07
HSL 47.77º 0.74% 0.73% -
HSV(B) 47.77º 0.43% 0.93% -
XYZ 63.78 68.84 32.48 -
YUV 212.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 237 216 134 0 0.09 0.43 0.07 47.77 0.74 0.73
Hex ED D8 86 0 9 2B 7 30 4A 49
Octal 355 330 206 0 11 53 7 60 112 111
Binary 11101101 11011000 10000110 0 1001 101011 111 110000 1001010 1001001

Color Harmonies of #EDD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD886

Black with #EDD886

Text Example


Text Example

White with #EDD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD886; }

 p { color: rgb(237,216,134); }

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

background-color css

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

 a { background-color: rgb(237,216,134); }

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

border-color css

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

 span { border-color: rgb(237,216,134); }

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