Html Css Color HEX #EFD241 Festival

📋 copy color: '#EFD241'

red 239 ◦ green 210 ◦ blue 65

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

Shades of Festival #EFD241

Tints of Festival #EFD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

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

R = 46.5%
G = 40.86%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFD241 (or 0xEFD241) is known color: Festival. HEX triplet: EF, D2 and 41. RGB value is (239,210,65). Sum of RGB (Red+Green+Blue) = 239+210+65=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD241 is #102DBE. Grayscale: #CACACA. Windows color (decimal): -1060287 or 4313839. OLE color: 4313839.

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

Color convert

RGB 239 210 65 -
CMYK 0 0.12 0.73 0.06
HSL 50º 0.84% 0.6% -
HSV(B) 50º 0.73% 0.94% -
XYZ 59.6 64.83 14.37 -
YUV 202.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 239 210 65 0 0.12 0.73 0.06 50 0.84 0.6
Hex EF D2 41 0 C 49 6 32 54 3C
Octal 357 322 101 0 14 111 6 62 124 74
Binary 11101111 11010010 1000001 0 1100 1001001 110 110010 1010100 111100

Color Harmonies of #EFD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD241

Black with #EFD241

Text Example


Text Example

White with #EFD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD241; }

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

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

background-color css

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

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

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

border-color css

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

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

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