Html Css Color HEX #EFDC77 Flax

📋 copy color: '#EFDC77'

red 239 ◦ green 220 ◦ blue 119

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

Shades of Flax #EFDC77

Tints of Flax #EFDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.59%

R = 41.35%
G = 38.06%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFDC77 (or 0xEFDC77) is known color: Flax. HEX triplet: EF, DC and 77. RGB value is (239,220,119). Sum of RGB (Red+Green+Blue) = 239+220+119=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC77 is #102388. Grayscale: #D6D6D6. Windows color (decimal): -1057673 or 7855343. OLE color: 7855343.

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

Color convert

RGB 239 220 119 -
CMYK 0 0.08 0.50 0.06
HSL 50.5º 0.79% 0.7% -
HSV(B) 50.5º 0.5% 0.94% -
XYZ 64.52 70.87 27.73 -
YUV 214.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 239 220 119 0 0.08 0.50 0.06 50.5 0.79 0.7
Hex EF DC 77 0 8 32 6 32 4F 46
Octal 357 334 167 0 10 62 6 62 117 106
Binary 11101111 11011100 1110111 0 1000 110010 110 110010 1001111 1000110

Color Harmonies of #EFDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC77

Black with #EFDC77

Text Example


Text Example

White with #EFDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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