Html Css Color HEX #EFD744 Festival

📋 copy color: '#EFD744'

red 239 ◦ green 215 ◦ blue 68

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

Shades of Festival #EFD744

Tints of Festival #EFD744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.03%

R = 45.79%
G = 41.19%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD744 (or 0xEFD744) is known color: Festival. HEX triplet: EF, D7 and 44. RGB value is (239,215,68). Sum of RGB (Red+Green+Blue) = 239+215+68=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD744 is #1028BB. Grayscale: #CECECE. Windows color (decimal): -1059004 or 4511727. OLE color: 4511727.

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

Color convert

RGB 239 215 68 -
CMYK 0 0.10 0.72 0.06
HSL 51.58º 0.84% 0.6% -
HSV(B) 51.58º 0.72% 0.94% -
XYZ 60.94 67.37 15.26 -
YUV 205.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 239 215 68 0 0.10 0.72 0.06 51.58 0.84 0.6
Hex EF D7 44 0 A 48 6 34 54 3C
Octal 357 327 104 0 12 110 6 64 124 74
Binary 11101111 11010111 1000100 0 1010 1001000 110 110100 1010100 111100

Color Harmonies of #EFD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD744

Black with #EFD744

Text Example


Text Example

White with #EFD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD744; }

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

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

background-color css

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

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

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

border-color css

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

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

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