Html Css Color HEX #EFDB78 Flax

📋 copy color: '#EFDB78'

red 239 ◦ green 219 ◦ blue 120

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

Shades of Flax #EFDB78

Tints of Flax #EFDB78

RGB

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

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

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

R = 41.35%
G = 37.89%
B = 20.76%

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

#EFDB78 (or 0xEFDB78) is known color: Flax. HEX triplet: EF, DB and 78. RGB value is (239,219,120). Sum of RGB (Red+Green+Blue) = 239+219+120=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB78 is #102487. Grayscale: #D6D6D6. Windows color (decimal): -1057928 or 7920623. OLE color: 7920623.

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

Color convert

RGB 239 219 120 -
CMYK 0 0.08 0.50 0.06
HSL 49.92º 0.79% 0.7% -
HSV(B) 49.92º 0.5% 0.94% -
XYZ 64.32 70.37 27.96 -
YUV 213.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 239 219 120 0 0.08 0.50 0.06 49.92 0.79 0.7
Hex EF DB 78 0 8 32 6 32 4F 46
Octal 357 333 170 0 10 62 6 62 117 106
Binary 11101111 11011011 1111000 0 1000 110010 110 110010 1001111 1000110

Color Harmonies of #EFDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB78

Black with #EFDB78

Text Example


Text Example

White with #EFDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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