Html Css Color HEX #EFD249 Festival

📋 copy color: '#EFD249'

red 239 ◦ green 210 ◦ blue 73

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

Shades of Festival #EFD249

Tints of Festival #EFD249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.98%

R = 45.79%
G = 40.23%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD249 (or 0xEFD249) is known color: Festival. HEX triplet: EF, D2 and 49. RGB value is (239,210,73). Sum of RGB (Red+Green+Blue) = 239+210+73=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD249 is #102DB6. Grayscale: #CBCBCB. Windows color (decimal): -1060279 or 4838127. OLE color: 4838127.

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

Color convert

RGB 239 210 73 -
CMYK 0 0.12 0.69 0.06
HSL 49.52º 0.84% 0.61% -
HSV(B) 49.52º 0.69% 0.94% -
XYZ 59.85 64.92 15.68 -
YUV 203.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 239 210 73 0 0.12 0.69 0.06 49.52 0.84 0.61
Hex EF D2 49 0 C 45 6 32 54 3D
Octal 357 322 111 0 14 105 6 62 124 75
Binary 11101111 11010010 1001001 0 1100 1000101 110 110010 1010100 111101

Color Harmonies of #EFD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD249

Black with #EFD249

Text Example


Text Example

White with #EFD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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