Html Css Color HEX #EFDC7E Flax

📋 copy color: '#EFDC7E'

red 239 ◦ green 220 ◦ blue 126

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

Shades of Flax #EFDC7E

Tints of Flax #EFDC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

 BLUE value IS 126 (49.61% from 255) = 21.54%

R = 40.85%
G = 37.61%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFDC7E (or 0xEFDC7E) is known color: Flax. HEX triplet: EF, DC and 7E. RGB value is (239,220,126). Sum of RGB (Red+Green+Blue) = 239+220+126=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7E is #102381. Grayscale: #D7D7D7. Windows color (decimal): -1057666 or 8314095. OLE color: 8314095.

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

Color convert

RGB 239 220 126 -
CMYK 0 0.08 0.47 0.06
HSL 49.91º 0.78% 0.72% -
HSV(B) 49.91º 0.47% 0.94% -
XYZ 64.96 71.04 30.03 -
YUV 214.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 239 220 126 0 0.08 0.47 0.06 49.91 0.78 0.72
Hex EF DC 7E 0 8 2F 6 32 4E 48
Octal 357 334 176 0 10 57 6 62 116 110
Binary 11101111 11011100 1111110 0 1000 101111 110 110010 1001110 1001000

Color Harmonies of #EFDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC7E

Black with #EFDC7E

Text Example


Text Example

White with #EFDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC7E; }

 p { color: rgb(239,220,126); }

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

background-color css

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

 a { background-color: rgb(239,220,126); }

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

border-color css

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

 span { border-color: rgb(239,220,126); }

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