Html Css Color HEX #EDD887 Flax

📋 copy color: '#EDD887'

red 237 ◦ green 216 ◦ blue 135

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

Shades of Flax #EDD887

Tints of Flax #EDD887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.96%

R = 40.31%
G = 36.73%
B = 22.96%

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

#EDD887 (or 0xEDD887) is known color: Flax. HEX triplet: ED, D8 and 87. RGB value is (237,216,135). Sum of RGB (Red+Green+Blue) = 237+216+135=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 135 (53.12% from 255 or 22.96% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD887 is #122778. Grayscale: #D5D5D5. Windows color (decimal): -1189753 or 8902893. OLE color: 8902893.

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

Color convert

RGB 237 216 135 -
CMYK 0 0.09 0.43 0.07
HSL 47.65º 0.74% 0.73% -
HSV(B) 47.65º 0.43% 0.93% -
XYZ 63.85 68.87 32.85 -
YUV 213.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 237 216 135 0 0.09 0.43 0.07 47.65 0.74 0.73
Hex ED D8 87 0 9 2B 7 30 4A 49
Octal 355 330 207 0 11 53 7 60 112 111
Binary 11101101 11011000 10000111 0 1001 101011 111 110000 1001010 1001001

Color Harmonies of #EDD887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD887

Black with #EDD887

Text Example


Text Example

White with #EDD887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD887; }

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

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

background-color css

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

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

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

border-color css

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

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

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