Html Css Color HEX #EFD049 Festival

📋 copy color: '#EFD049'

red 239 ◦ green 208 ◦ blue 73

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

Shades of Festival #EFD049

Tints of Festival #EFD049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

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

R = 45.96%
G = 40%
B = 14.04%

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

#EFD049 (or 0xEFD049) is known color: Festival. HEX triplet: EF, D0 and 49. RGB value is (239,208,73). Sum of RGB (Red+Green+Blue) = 239+208+73=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD049 is #102FB6. Grayscale: #CACACA. Windows color (decimal): -1060791 or 4837615. OLE color: 4837615.

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

Color convert

RGB 239 208 73 -
CMYK 0 0.13 0.69 0.06
HSL 48.8º 0.84% 0.61% -
HSV(B) 48.8º 0.69% 0.94% -
XYZ 59.36 63.94 15.52 -
YUV 201.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 239 208 73 0 0.13 0.69 0.06 48.8 0.84 0.61
Hex EF D0 49 0 D 45 6 31 54 3D
Octal 357 320 111 0 15 105 6 61 124 75
Binary 11101111 11010000 1001001 0 1101 1000101 110 110001 1010100 111101

Color Harmonies of #EFD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD049

Black with #EFD049

Text Example


Text Example

White with #EFD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD049; }

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

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

background-color css

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

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

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

border-color css

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

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

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