Html Css Color HEX #EFDC80 Flax

📋 copy color: '#EFDC80'

red 239 ◦ green 220 ◦ blue 128

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

Shades of Flax #EFDC80

Tints of Flax #EFDC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.81%

R = 40.72%
G = 37.48%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFDC80 (or 0xEFDC80) is known color: Flax. HEX triplet: EF, DC and 80. RGB value is (239,220,128). Sum of RGB (Red+Green+Blue) = 239+220+128=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC80 is #10237F. Grayscale: #D7D7D7. Windows color (decimal): -1057664 or 8445167. OLE color: 8445167.

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

Color convert

RGB 239 220 128 -
CMYK 0 0.08 0.46 0.06
HSL 49.73º 0.78% 0.72% -
HSV(B) 49.73º 0.46% 0.94% -
XYZ 65.09 71.1 30.71 -
YUV 215.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 239 220 128 0 0.08 0.46 0.06 49.73 0.78 0.72
Hex EF DC 80 0 8 2E 6 32 4E 48
Octal 357 334 200 0 10 56 6 62 116 110
Binary 11101111 11011100 10000000 0 1000 101110 110 110010 1001110 1001000

Color Harmonies of #EFDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC80

Black with #EFDC80

Text Example


Text Example

White with #EFDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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