Html Css Color HEX #EDD885 Flax

📋 copy color: '#EDD885'

red 237 ◦ green 216 ◦ blue 133

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

Shades of Flax #EDD885

Tints of Flax #EDD885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 40.44%
G = 36.86%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDD885 (or 0xEDD885) is known color: Flax. HEX triplet: ED, D8 and 85. RGB value is (237,216,133). Sum of RGB (Red+Green+Blue) = 237+216+133=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD885 is #12277A. Grayscale: #D5D5D5. Windows color (decimal): -1189755 or 8771821. OLE color: 8771821.

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

Color convert

RGB 237 216 133 -
CMYK 0 0.09 0.44 0.07
HSL 47.88º 0.74% 0.73% -
HSV(B) 47.88º 0.44% 0.93% -
XYZ 63.71 68.81 32.11 -
YUV 212.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 237 216 133 0 0.09 0.44 0.07 47.88 0.74 0.73
Hex ED D8 85 0 9 2C 7 30 4A 49
Octal 355 330 205 0 11 54 7 60 112 111
Binary 11101101 11011000 10000101 0 1001 101100 111 110000 1001010 1001001

Color Harmonies of #EDD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD885

Black with #EDD885

Text Example


Text Example

White with #EDD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD885; }

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

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

background-color css

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

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

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

border-color css

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

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

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