Html Css Color HEX #EFDC7A Flax

📋 copy color: '#EFDC7A'

red 239 ◦ green 220 ◦ blue 122

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

Shades of Flax #EFDC7A

Tints of Flax #EFDC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21%

R = 41.14%
G = 37.87%
B = 21%

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

#EFDC7A (or 0xEFDC7A) is known color: Flax. HEX triplet: EF, DC and 7A. RGB value is (239,220,122). Sum of RGB (Red+Green+Blue) = 239+220+122=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7A is #102385. Grayscale: #D6D6D6. Windows color (decimal): -1057670 or 8051951. OLE color: 8051951.

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

Color convert

RGB 239 220 122 -
CMYK 0 0.08 0.49 0.06
HSL 50.26º 0.79% 0.71% -
HSV(B) 50.26º 0.49% 0.94% -
XYZ 64.7 70.94 28.7 -
YUV 214.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 239 220 122 0 0.08 0.49 0.06 50.26 0.79 0.71
Hex EF DC 7A 0 8 31 6 32 4F 47
Octal 357 334 172 0 10 61 6 62 117 107
Binary 11101111 11011100 1111010 0 1000 110001 110 110010 1001111 1000111

Color Harmonies of #EFDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC7A

Black with #EFDC7A

Text Example


Text Example

White with #EFDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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