Html Css Color HEX #EFDC7F Flax

📋 copy color: '#EFDC7F'

red 239 ◦ green 220 ◦ blue 127

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

Shades of Flax #EFDC7F

Tints of Flax #EFDC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.67%

R = 40.78%
G = 37.54%
B = 21.67%

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

#EFDC7F (or 0xEFDC7F) is known color: Flax. HEX triplet: EF, DC and 7F. RGB value is (239,220,127). Sum of RGB (Red+Green+Blue) = 239+220+127=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7F is #102380. Grayscale: #D7D7D7. Windows color (decimal): -1057665 or 8379631. OLE color: 8379631.

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

Color convert

RGB 239 220 127 -
CMYK 0 0.08 0.47 0.06
HSL 49.82º 0.78% 0.72% -
HSV(B) 49.82º 0.47% 0.94% -
XYZ 65.02 71.07 30.37 -
YUV 215.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 239 220 127 0 0.08 0.47 0.06 49.82 0.78 0.72
Hex EF DC 7F 0 8 2F 6 32 4E 48
Octal 357 334 177 0 10 57 6 62 116 110
Binary 11101111 11011100 1111111 0 1000 101111 110 110010 1001110 1001000

Color Harmonies of #EFDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC7F

Black with #EFDC7F

Text Example


Text Example

White with #EFDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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