Html Css Color HEX #EFC740 Festival

📋 copy color: '#EFC740'

red 239 ◦ green 199 ◦ blue 64

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

Shades of Festival #EFC740

Tints of Festival #EFC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

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

R = 47.61%
G = 39.64%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFC740 (or 0xEFC740) is known color: Festival. HEX triplet: EF, C7 and 40. RGB value is (239,199,64). Sum of RGB (Red+Green+Blue) = 239+199+64=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC740 is #1038BF. Grayscale: #C4C4C4. Windows color (decimal): -1063104 or 4245487. OLE color: 4245487.

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

Color convert

RGB 239 199 64 -
CMYK 0 0.17 0.73 0.06
HSL 46.29º 0.85% 0.59% -
HSV(B) 46.29º 0.73% 0.94% -
XYZ 56.95 59.57 13.35 -
YUV 195.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 239 199 64 0 0.17 0.73 0.06 46.29 0.85 0.59
Hex EF C7 40 0 11 49 6 2E 55 3B
Octal 357 307 100 0 21 111 6 56 125 73
Binary 11101111 11000111 1000000 0 10001 1001001 110 101110 1010101 111011

Color Harmonies of #EFC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC740

Black with #EFC740

Text Example


Text Example

White with #EFC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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