Html Css Color HEX #EFC340 Festival

📋 copy color: '#EFC340'

red 239 ◦ green 195 ◦ blue 64

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

Shades of Festival #EFC340

Tints of Festival #EFC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 64 (25.39% from 255) = 12.85%

R = 47.99%
G = 39.16%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFC340 (or 0xEFC340) is known color: Festival. HEX triplet: EF, C3 and 40. RGB value is (239,195,64). Sum of RGB (Red+Green+Blue) = 239+195+64=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC340 is #103CBF. Grayscale: #C1C1C1. Windows color (decimal): -1064128 or 4244463. OLE color: 4244463.

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

Color convert

RGB 239 195 64 -
CMYK 0 0.18 0.73 0.06
HSL 44.91º 0.85% 0.59% -
HSV(B) 44.91º 0.73% 0.94% -
XYZ 56.04 57.75 13.04 -
YUV 193.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 239 195 64 0 0.18 0.73 0.06 44.91 0.85 0.59
Hex EF C3 40 0 12 49 6 2D 55 3B
Octal 357 303 100 0 22 111 6 55 125 73
Binary 11101111 11000011 1000000 0 10010 1001001 110 101101 1010101 111011

Color Harmonies of #EFC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC340

Black with #EFC340

Text Example


Text Example

White with #EFC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC340; }

 p { color: rgb(239,195,64); }

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

background-color css

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

 a { background-color: rgb(239,195,64); }

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

border-color css

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

 span { border-color: rgb(239,195,64); }

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