Html Css Color HEX #EFDB7A Flax

📋 copy color: '#EFDB7A'

red 239 ◦ green 219 ◦ blue 122

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

Shades of Flax #EFDB7A

Tints of Flax #EFDB7A

RGB

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

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

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

R = 41.21%
G = 37.76%
B = 21.03%

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

#EFDB7A (or 0xEFDB7A) is known color: Flax. HEX triplet: EF, DB and 7A. RGB value is (239,219,122). Sum of RGB (Red+Green+Blue) = 239+219+122=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB7A is #102485. Grayscale: #D6D6D6. Windows color (decimal): -1057926 or 8051695. OLE color: 8051695.

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

Color convert

RGB 239 219 122 -
CMYK 0 0.08 0.49 0.06
HSL 49.74º 0.79% 0.71% -
HSV(B) 49.74º 0.49% 0.94% -
XYZ 64.44 70.42 28.61 -
YUV 213.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 239 219 122 0 0.08 0.49 0.06 49.74 0.79 0.71
Hex EF DB 7A 0 8 31 6 32 4F 47
Octal 357 333 172 0 10 61 6 62 117 107
Binary 11101111 11011011 1111010 0 1000 110001 110 110010 1001111 1000111

Color Harmonies of #EFDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB7A

Black with #EFDB7A

Text Example


Text Example

White with #EFDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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