Html Css Color HEX #EFD146 Festival

📋 copy color: '#EFD146'

red 239 ◦ green 209 ◦ blue 70

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

Shades of Festival #EFD146

Tints of Festival #EFD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

 BLUE value IS 70 (27.73% from 255) = 13.51%

R = 46.14%
G = 40.35%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFD146 (or 0xEFD146) is known color: Festival. HEX triplet: EF, D1 and 46. RGB value is (239,209,70). Sum of RGB (Red+Green+Blue) = 239+209+70=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD146 is #102EB9. Grayscale: #CACACA. Windows color (decimal): -1060538 or 4641263. OLE color: 4641263.

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

Color convert

RGB 239 209 70 -
CMYK 0 0.13 0.71 0.06
HSL 49.35º 0.84% 0.61% -
HSV(B) 49.35º 0.71% 0.94% -
XYZ 59.5 64.39 15.09 -
YUV 202.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 239 209 70 0 0.13 0.71 0.06 49.35 0.84 0.61
Hex EF D1 46 0 D 47 6 31 54 3D
Octal 357 321 106 0 15 107 6 61 124 75
Binary 11101111 11010001 1000110 0 1101 1000111 110 110001 1010100 111101

Color Harmonies of #EFD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD146

Black with #EFD146

Text Example


Text Example

White with #EFD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD146; }

 p { color: rgb(239,209,70); }

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

background-color css

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

 a { background-color: rgb(239,209,70); }

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

border-color css

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

 span { border-color: rgb(239,209,70); }

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