Html Css Color HEX #EFDD86 Flax

📋 copy color: '#EFDD86'

red 239 ◦ green 221 ◦ blue 134

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

Shades of Flax #EFDD86

Tints of Flax #EFDD86

RGB

 RED value IS 239 (93.75% from 255) = 40.24%

 GREEN value IS 221 (86.72% from 255) = 37.21%

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

R = 40.24%
G = 37.21%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDD86 (or 0xEFDD86) is known color: Flax. HEX triplet: EF, DD and 86. RGB value is (239,221,134). Sum of RGB (Red+Green+Blue) = 239+221+134=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD86 is #102279. Grayscale: #D8D8D8. Windows color (decimal): -1057402 or 8838639. OLE color: 8838639.

HSL color Cylindrical-coordinate representation of color #EFDD86: hue angle of 49.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFDD86 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 134 -
CMYK 0 0.08 0.44 0.06
HSL 49.71º 0.77% 0.73% -
HSV(B) 49.71º 0.44% 0.94% -
XYZ 65.76 71.78 32.94 -
YUV 216.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 239 221 134 0 0.08 0.44 0.06 49.71 0.77 0.73
Hex EF DD 86 0 8 2C 6 32 4D 49
Octal 357 335 206 0 10 54 6 62 115 111
Binary 11101111 11011101 10000110 0 1000 101100 110 110010 1001101 1001001

Color Harmonies of #EFDD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD86

Black with #EFDD86

Text Example


Text Example

White with #EFDD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD86; }

 p { color: rgb(239,221,134); }

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

background-color css

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

 a { background-color: rgb(239,221,134); }

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

border-color css

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

 span { border-color: rgb(239,221,134); }

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