Html Css Color HEX #EDDB86 Flax

📋 copy color: '#EDDB86'

red 237 ◦ green 219 ◦ blue 134

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

Shades of Flax #EDDB86

Tints of Flax #EDDB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

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

R = 40.17%
G = 37.12%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDDB86 (or 0xEDDB86) is known color: Flax. HEX triplet: ED, DB and 86. RGB value is (237,219,134). Sum of RGB (Red+Green+Blue) = 237+219+134=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB86 is #122479. Grayscale: #D7D7D7. Windows color (decimal): -1188986 or 8838125. OLE color: 8838125.

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

Color convert

RGB 237 219 134 -
CMYK 0 0.08 0.43 0.07
HSL 49.51º 0.74% 0.73% -
HSV(B) 49.51º 0.43% 0.93% -
XYZ 64.56 70.39 32.74 -
YUV 214.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 237 219 134 0 0.08 0.43 0.07 49.51 0.74 0.73
Hex ED DB 86 0 8 2B 7 32 4A 49
Octal 355 333 206 0 10 53 7 62 112 111
Binary 11101101 11011011 10000110 0 1000 101011 111 110010 1001010 1001001

Color Harmonies of #EDDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB86

Black with #EDDB86

Text Example


Text Example

White with #EDDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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