Html Css Color HEX #EFD641 Festival

📋 copy color: '#EFD641'

red 239 ◦ green 214 ◦ blue 65

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

Shades of Festival #EFD641

Tints of Festival #EFD641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.55%

R = 46.14%
G = 41.31%
B = 12.55%

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

#EFD641 (or 0xEFD641) is known color: Festival. HEX triplet: EF, D6 and 41. RGB value is (239,214,65). Sum of RGB (Red+Green+Blue) = 239+214+65=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD641 is #1029BE. Grayscale: #CDCDCD. Windows color (decimal): -1059263 or 4314863. OLE color: 4314863.

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

Color convert

RGB 239 214 65 -
CMYK 0 0.10 0.73 0.06
HSL 51.38º 0.84% 0.6% -
HSV(B) 51.38º 0.73% 0.94% -
XYZ 60.6 66.83 14.71 -
YUV 204.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 239 214 65 0 0.10 0.73 0.06 51.38 0.84 0.6
Hex EF D6 41 0 A 49 6 33 54 3C
Octal 357 326 101 0 12 111 6 63 124 74
Binary 11101111 11010110 1000001 0 1010 1001001 110 110011 1010100 111100

Color Harmonies of #EFD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD641

Black with #EFD641

Text Example


Text Example

White with #EFD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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