Html Css Color HEX #EFD640 Festival

📋 copy color: '#EFD640'

red 239 ◦ green 214 ◦ blue 64

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

Shades of Festival #EFD640

Tints of Festival #EFD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.39%

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

R = 46.23%
G = 41.39%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFD640 (or 0xEFD640) is known color: Festival. HEX triplet: EF, D6 and 40. RGB value is (239,214,64). Sum of RGB (Red+Green+Blue) = 239+214+64=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD640 is #1029BF. Grayscale: #CCCCCC. Windows color (decimal): -1059264 or 4249327. OLE color: 4249327.

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

Color convert

RGB 239 214 64 -
CMYK 0 0.10 0.73 0.06
HSL 51.43º 0.85% 0.59% -
HSV(B) 51.43º 0.73% 0.94% -
XYZ 60.57 66.81 14.55 -
YUV 204.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 239 214 64 0 0.10 0.73 0.06 51.43 0.85 0.59
Hex EF D6 40 0 A 49 6 33 55 3B
Octal 357 326 100 0 12 111 6 63 125 73
Binary 11101111 11010110 1000000 0 1010 1001001 110 110011 1010101 111011

Color Harmonies of #EFD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD640

Black with #EFD640

Text Example


Text Example

White with #EFD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD640; }

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

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

background-color css

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

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

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

border-color css

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

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

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