Html Css Color HEX #EFD447 Festival

📋 copy color: '#EFD447'

red 239 ◦ green 212 ◦ blue 71

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

Shades of Festival #EFD447

Tints of Festival #EFD447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

 BLUE value IS 71 (28.13% from 255) = 13.6%

R = 45.79%
G = 40.61%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFD447 (or 0xEFD447) is known color: Festival. HEX triplet: EF, D4 and 47. RGB value is (239,212,71). Sum of RGB (Red+Green+Blue) = 239+212+71=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD447 is #102BB8. Grayscale: #CCCCCC. Windows color (decimal): -1059769 or 4707567. OLE color: 4707567.

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

Color convert

RGB 239 212 71 -
CMYK 0 0.11 0.70 0.06
HSL 50.36º 0.84% 0.61% -
HSV(B) 50.36º 0.7% 0.94% -
XYZ 60.28 65.89 15.5 -
YUV 204 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 239 212 71 0 0.11 0.70 0.06 50.36 0.84 0.61
Hex EF D4 47 0 B 46 6 32 54 3D
Octal 357 324 107 0 13 106 6 62 124 75
Binary 11101111 11010100 1000111 0 1011 1000110 110 110010 1010100 111101

Color Harmonies of #EFD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD447

Black with #EFD447

Text Example


Text Example

White with #EFD447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD447; }

 p { color: rgb(239,212,71); }

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

background-color css

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

 a { background-color: rgb(239,212,71); }

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

border-color css

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

 span { border-color: rgb(239,212,71); }

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