Html Css Color HEX #EFDD87 Flax

📋 copy color: '#EFDD87'

red 239 ◦ green 221 ◦ blue 135

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

Shades of Flax #EFDD87

Tints of Flax #EFDD87

RGB

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

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

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

R = 40.17%
G = 37.14%
B = 22.69%

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

#EFDD87 (or 0xEFDD87) is known color: Flax. HEX triplet: EF, DD and 87. RGB value is (239,221,135). Sum of RGB (Red+Green+Blue) = 239+221+135=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD87 is #102278. Grayscale: #D8D8D8. Windows color (decimal): -1057401 or 8904175. OLE color: 8904175.

HSL color Cylindrical-coordinate representation of color #EFDD87: hue angle of 49.62º degrees, saturation: 0.76, 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 #EFDD87 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 135 -
CMYK 0 0.08 0.44 0.06
HSL 49.62º 0.76% 0.73% -
HSV(B) 49.62º 0.44% 0.94% -
XYZ 65.83 71.81 33.31 -
YUV 216.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 239 221 135 0 0.08 0.44 0.06 49.62 0.76 0.73
Hex EF DD 87 0 8 2C 6 32 4C 49
Octal 357 335 207 0 10 54 6 62 114 111
Binary 11101111 11011101 10000111 0 1000 101100 110 110010 1001100 1001001

Color Harmonies of #EFDD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD87

Black with #EFDD87

Text Example


Text Example

White with #EFDD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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