Html Css Color HEX #EFCF47 Festival

📋 copy color: '#EFCF47'

red 239 ◦ green 207 ◦ blue 71

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

Shades of Festival #EFCF47

Tints of Festival #EFCF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.73%

R = 46.23%
G = 40.04%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFCF47 (or 0xEFCF47) is known color: Festival. HEX triplet: EF, CF and 47. RGB value is (239,207,71). Sum of RGB (Red+Green+Blue) = 239+207+71=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF47 is #1030B8. Grayscale: #C9C9C9. Windows color (decimal): -1061049 or 4706287. OLE color: 4706287.

HSL color Cylindrical-coordinate representation of color #EFCF47: hue angle of 48.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFCF47 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 71 -
CMYK 0 0.13 0.70 0.06
HSL 48.57º 0.84% 0.61% -
HSV(B) 48.57º 0.7% 0.94% -
XYZ 59.05 63.43 15.09 -
YUV 201.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 239 207 71 0 0.13 0.70 0.06 48.57 0.84 0.61
Hex EF CF 47 0 D 46 6 31 54 3D
Octal 357 317 107 0 15 106 6 61 124 75
Binary 11101111 11001111 1000111 0 1101 1000110 110 110001 1010100 111101

Color Harmonies of #EFCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF47

Black with #EFCF47

Text Example


Text Example

White with #EFCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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