Html Css Color HEX #EFDC78 Flax

📋 copy color: '#EFDC78'

red 239 ◦ green 220 ◦ blue 120

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

Shades of Flax #EFDC78

Tints of Flax #EFDC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.73%

R = 41.28%
G = 38%
B = 20.73%

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

#EFDC78 (or 0xEFDC78) is known color: Flax. HEX triplet: EF, DC and 78. RGB value is (239,220,120). Sum of RGB (Red+Green+Blue) = 239+220+120=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC78 is #102387. Grayscale: #D6D6D6. Windows color (decimal): -1057672 or 7920879. OLE color: 7920879.

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

Color convert

RGB 239 220 120 -
CMYK 0 0.08 0.50 0.06
HSL 50.42º 0.79% 0.7% -
HSV(B) 50.42º 0.5% 0.94% -
XYZ 64.58 70.89 28.05 -
YUV 214.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 239 220 120 0 0.08 0.50 0.06 50.42 0.79 0.7
Hex EF DC 78 0 8 32 6 32 4F 46
Octal 357 334 170 0 10 62 6 62 117 106
Binary 11101111 11011100 1111000 0 1000 110010 110 110010 1001111 1000110

Color Harmonies of #EFDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC78

Black with #EFDC78

Text Example


Text Example

White with #EFDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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