Html Css Color HEX #EFC949 Festival

📋 copy color: '#EFC949'

red 239 ◦ green 201 ◦ blue 73

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

Shades of Festival #EFC949

Tints of Festival #EFC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

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

R = 46.59%
G = 39.18%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFC949 (or 0xEFC949) is known color: Festival. HEX triplet: EF, C9 and 49. RGB value is (239,201,73). Sum of RGB (Red+Green+Blue) = 239+201+73=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC949 is #1036B6. Grayscale: #C6C6C6. Windows color (decimal): -1062583 or 4835823. OLE color: 4835823.

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

Color convert

RGB 239 201 73 -
CMYK 0 0.16 0.69 0.06
HSL 46.27º 0.84% 0.61% -
HSV(B) 46.27º 0.69% 0.94% -
XYZ 57.69 60.61 14.96 -
YUV 197.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 239 201 73 0 0.16 0.69 0.06 46.27 0.84 0.61
Hex EF C9 49 0 10 45 6 2E 54 3D
Octal 357 311 111 0 20 105 6 56 124 75
Binary 11101111 11001001 1001001 0 10000 1000101 110 101110 1010100 111101

Color Harmonies of #EFC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC949

Black with #EFC949

Text Example


Text Example

White with #EFC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC949; }

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

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

background-color css

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

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

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

border-color css

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

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

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