Html Css Color HEX #EFDC79 Flax

📋 copy color: '#EFDC79'

red 239 ◦ green 220 ◦ blue 121

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

Shades of Flax #EFDC79

Tints of Flax #EFDC79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.86%

R = 41.21%
G = 37.93%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFDC79 (or 0xEFDC79) is known color: Flax. HEX triplet: EF, DC and 79. RGB value is (239,220,121). Sum of RGB (Red+Green+Blue) = 239+220+121=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC79 is #102386. Grayscale: #D6D6D6. Windows color (decimal): -1057671 or 7986415. OLE color: 7986415.

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

Color convert

RGB 239 220 121 -
CMYK 0 0.08 0.49 0.06
HSL 50.34º 0.79% 0.71% -
HSV(B) 50.34º 0.49% 0.94% -
XYZ 64.64 70.92 28.37 -
YUV 214.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 239 220 121 0 0.08 0.49 0.06 50.34 0.79 0.71
Hex EF DC 79 0 8 31 6 32 4F 47
Octal 357 334 171 0 10 61 6 62 117 107
Binary 11101111 11011100 1111001 0 1000 110001 110 110010 1001111 1000111

Color Harmonies of #EFDC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC79

Black with #EFDC79

Text Example


Text Example

White with #EFDC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC79; }

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

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

background-color css

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

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

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

border-color css

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

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

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