Html Css Color HEX #EFD149 Festival

📋 copy color: '#EFD149'

red 239 ◦ green 209 ◦ blue 73

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

Shades of Festival #EFD149

Tints of Festival #EFD149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 73 (28.91% from 255) = 14.01%

R = 45.87%
G = 40.12%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD149 (or 0xEFD149) is known color: Festival. HEX triplet: EF, D1 and 49. RGB value is (239,209,73). Sum of RGB (Red+Green+Blue) = 239+209+73=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD149 is #102EB6. Grayscale: #CBCBCB. Windows color (decimal): -1060535 or 4837871. OLE color: 4837871.

HSL color Cylindrical-coordinate representation of color #EFD149: hue angle of 49.16º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFD149 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 73 -
CMYK 0 0.13 0.69 0.06
HSL 49.16º 0.84% 0.61% -
HSV(B) 49.16º 0.69% 0.94% -
XYZ 59.6 64.43 15.6 -
YUV 202.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 239 209 73 0 0.13 0.69 0.06 49.16 0.84 0.61
Hex EF D1 49 0 D 45 6 31 54 3D
Octal 357 321 111 0 15 105 6 61 124 75
Binary 11101111 11010001 1001001 0 1101 1000101 110 110001 1010100 111101

Color Harmonies of #EFD149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD149

Black with #EFD149

Text Example


Text Example

White with #EFD149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD149; }

 p { color: rgb(239,209,73); }

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

background-color css

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

 a { background-color: rgb(239,209,73); }

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

border-color css

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

 span { border-color: rgb(239,209,73); }

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