Html Css Color HEX #EFC241 Festival

📋 copy color: '#EFC241'

red 239 ◦ green 194 ◦ blue 65

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

Shades of Festival #EFC241

Tints of Festival #EFC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 47.99%
G = 38.96%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFC241 (or 0xEFC241) is known color: Festival. HEX triplet: EF, C2 and 41. RGB value is (239,194,65). Sum of RGB (Red+Green+Blue) = 239+194+65=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC241 is #103DBE. Grayscale: #C1C1C1. Windows color (decimal): -1064383 or 4309743. OLE color: 4309743.

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

Color convert

RGB 239 194 65 -
CMYK 0 0.19 0.73 0.06
HSL 44.48º 0.84% 0.6% -
HSV(B) 44.48º 0.73% 0.94% -
XYZ 55.84 57.32 13.12 -
YUV 192.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 239 194 65 0 0.19 0.73 0.06 44.48 0.84 0.6
Hex EF C2 41 0 13 49 6 2C 54 3C
Octal 357 302 101 0 23 111 6 54 124 74
Binary 11101111 11000010 1000001 0 10011 1001001 110 101100 1010100 111100

Color Harmonies of #EFC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC241

Black with #EFC241

Text Example


Text Example

White with #EFC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC241; }

 p { color: rgb(239,194,65); }

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

background-color css

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

 a { background-color: rgb(239,194,65); }

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

border-color css

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

 span { border-color: rgb(239,194,65); }

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