Html Css Color HEX #EFCF40 Festival

📋 copy color: '#EFCF40'

red 239 ◦ green 207 ◦ blue 64

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

Shades of Festival #EFCF40

Tints of Festival #EFCF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.59%

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

R = 46.86%
G = 40.59%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFCF40 (or 0xEFCF40) is known color: Festival. HEX triplet: EF, CF and 40. RGB value is (239,207,64). Sum of RGB (Red+Green+Blue) = 239+207+64=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF40 is #1030BF. Grayscale: #C8C8C8. Windows color (decimal): -1061056 or 4247535. OLE color: 4247535.

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

Color convert

RGB 239 207 64 -
CMYK 0 0.13 0.73 0.06
HSL 49.03º 0.85% 0.59% -
HSV(B) 49.03º 0.73% 0.94% -
XYZ 58.83 63.35 13.98 -
YUV 200.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 239 207 64 0 0.13 0.73 0.06 49.03 0.85 0.59
Hex EF CF 40 0 D 49 6 31 55 3B
Octal 357 317 100 0 15 111 6 61 125 73
Binary 11101111 11001111 1000000 0 1101 1001001 110 110001 1010101 111011

Color Harmonies of #EFCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF40

Black with #EFCF40

Text Example


Text Example

White with #EFCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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