Html Css Color HEX #EFD73F Festival

📋 copy color: '#EFD73F'

red 239 ◦ green 215 ◦ blue 63

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

Shades of Festival #EFD73F

Tints of Festival #EFD73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

 BLUE value IS 63 (25% from 255) = 12.19%

R = 46.23%
G = 41.59%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD73F (or 0xEFD73F) is known color: Festival. HEX triplet: EF, D7 and 3F. RGB value is (239,215,63). Sum of RGB (Red+Green+Blue) = 239+215+63=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD73F is #1028C0. Grayscale: #CDCDCD. Windows color (decimal): -1059009 or 4184047. OLE color: 4184047.

HSL color Cylindrical-coordinate representation of color #EFD73F: hue angle of 51.82º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFD73F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 63 -
CMYK 0 0.10 0.74 0.06
HSL 51.82º 0.85% 0.59% -
HSV(B) 51.82º 0.74% 0.94% -
XYZ 60.79 67.31 14.49 -
YUV 204.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 239 215 63 0 0.10 0.74 0.06 51.82 0.85 0.59
Hex EF D7 3F 0 A 4A 6 34 55 3B
Octal 357 327 77 0 12 112 6 64 125 73
Binary 11101111 11010111 111111 0 1010 1001010 110 110100 1010101 111011

Color Harmonies of #EFD73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD73F

Black with #EFD73F

Text Example


Text Example

White with #EFD73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD73F; }

 p { color: rgb(239,215,63); }

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

background-color css

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

 a { background-color: rgb(239,215,63); }

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

border-color css

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

 span { border-color: rgb(239,215,63); }

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