Html Css Color HEX #EFC140 Festival

📋 copy color: '#EFC140'

red 239 ◦ green 193 ◦ blue 64

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

Shades of Festival #EFC140

Tints of Festival #EFC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 48.19%
G = 38.91%
B = 12.9%

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

#EFC140 (or 0xEFC140) is known color: Festival. HEX triplet: EF, C1 and 40. RGB value is (239,193,64). Sum of RGB (Red+Green+Blue) = 239+193+64=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC140 is #103EBF. Grayscale: #C0C0C0. Windows color (decimal): -1064640 or 4243951. OLE color: 4243951.

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

Color convert

RGB 239 193 64 -
CMYK 0 0.19 0.73 0.06
HSL 44.23º 0.85% 0.59% -
HSV(B) 44.23º 0.73% 0.94% -
XYZ 55.59 56.86 12.9 -
YUV 192.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 239 193 64 0 0.19 0.73 0.06 44.23 0.85 0.59
Hex EF C1 40 0 13 49 6 2C 55 3B
Octal 357 301 100 0 23 111 6 54 125 73
Binary 11101111 11000001 1000000 0 10011 1001001 110 101100 1010101 111011

Color Harmonies of #EFC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC140

Black with #EFC140

Text Example


Text Example

White with #EFC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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