Html Css Color HEX #EFC440 Festival

📋 copy color: '#EFC440'

red 239 ◦ green 196 ◦ blue 64

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

Shades of Festival #EFC440

Tints of Festival #EFC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 47.9%
G = 39.28%
B = 12.83%

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

#EFC440 (or 0xEFC440) is known color: Festival. HEX triplet: EF, C4 and 40. RGB value is (239,196,64). Sum of RGB (Red+Green+Blue) = 239+196+64=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC440 is #103BBF. Grayscale: #C2C2C2. Windows color (decimal): -1063872 or 4244719. OLE color: 4244719.

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

Color convert

RGB 239 196 64 -
CMYK 0 0.18 0.73 0.06
HSL 45.26º 0.85% 0.59% -
HSV(B) 45.26º 0.73% 0.94% -
XYZ 56.26 58.2 13.12 -
YUV 193.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 239 196 64 0 0.18 0.73 0.06 45.26 0.85 0.59
Hex EF C4 40 0 12 49 6 2D 55 3B
Octal 357 304 100 0 22 111 6 55 125 73
Binary 11101111 11000100 1000000 0 10010 1001001 110 101101 1010101 111011

Color Harmonies of #EFC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC440

Black with #EFC440

Text Example


Text Example

White with #EFC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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