Html Css Color HEX #EFDB7C Flax

📋 copy color: '#EFDB7C'

red 239 ◦ green 219 ◦ blue 124

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

Shades of Flax #EFDB7C

Tints of Flax #EFDB7C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

 BLUE value IS 124 (48.83% from 255) = 21.31%

R = 41.07%
G = 37.63%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFDB7C (or 0xEFDB7C) is known color: Flax. HEX triplet: EF, DB and 7C. RGB value is (239,219,124). Sum of RGB (Red+Green+Blue) = 239+219+124=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB7C is #102483. Grayscale: #D6D6D6. Windows color (decimal): -1057924 or 8182767. OLE color: 8182767.

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

Color convert

RGB 239 219 124 -
CMYK 0 0.08 0.48 0.06
HSL 49.57º 0.78% 0.71% -
HSV(B) 49.57º 0.48% 0.94% -
XYZ 64.57 70.47 29.27 -
YUV 214.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 239 219 124 0 0.08 0.48 0.06 49.57 0.78 0.71
Hex EF DB 7C 0 8 30 6 32 4E 47
Octal 357 333 174 0 10 60 6 62 116 107
Binary 11101111 11011011 1111100 0 1000 110000 110 110010 1001110 1000111

Color Harmonies of #EFDB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB7C

Black with #EFDB7C

Text Example


Text Example

White with #EFDB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB7C; }

 p { color: rgb(239,219,124); }

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

background-color css

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

 a { background-color: rgb(239,219,124); }

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

border-color css

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

 span { border-color: rgb(239,219,124); }

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